#FEEB8E

Color #FEEB8E Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #FEEB8E

Tints of Picasso #FEEB8E

Color information

#FEEB8E (or 0xFEEB8E) is unknown color: approx Picasso. HEX triplet: FE, EB and 8E. RGB value is (254,235,142). Sum of RGB (Red+Green+Blue) = 254+235+142=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB8E is #011471. Grayscale: #E6E6E6. Windows color (decimal): -70770 or 9366526. OLE color: 9366526.

HSL color Cylindrical-coordinate representation of color #FEEB8E: hue angle of 49.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEEB8E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254235142-
CMYK00.070.440.00
HSL49.82º98.25%77.65%-
HSV(B)49.82º44.09%99.61%-
XYZ75.4682.4437.53-
YUV230.0878.29145.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 142 (55.86% from 255) = 22.50%
R=40.25%
G=37.24%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423514200.070.440.0049.8298.2577.65
HexFEEB8E072C032624e
Octal3763532160754062142116
Binary1111111011101011100011100111101100011001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB8E; }

 p { color: rgb(254,235,142); }

 H1.HeaderClassName
 {
   color: #FEEB8E;
 }
 .AnyTagClassName
 {
   color: #FEEB8E;
 }
</style>
background-color css

<style>
 a { background-color: #FEEB8E; }

 a { background-color: rgb(254,235,142); }

 div.DivClassName
 {
   background-color: #FEEB8E;
 }
 .BgClassName
 {
   background-color: #FEEB8E;
 }
</style>
border-color css

<style>
 span { border-color: #FEEB8E; }

 span { border-color: rgb(254,235,142); }

 td.TdClassName
 {
   border-color: #FEEB8E;
 }
 .TagClassName
 {
   border-color: #FEEB8E;
 }
</style>