#FDEE8E

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

Shades of Picasso #FDEE8E

Tints of Picasso #FDEE8E

Color information

#FDEE8E (or 0xFDEE8E) is unknown color: approx Picasso. HEX triplet: FD, EE and 8E. RGB value is (253,238,142). Sum of RGB (Red+Green+Blue) = 253+238+142=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 142 (55.86% from 255 or 22.43% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE8E is #021171. Grayscale: #E7E7E7. Windows color (decimal): -135538 or 9367293. OLE color: 9367293.

HSL color Cylindrical-coordinate representation of color #FDEE8E: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDEE8E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253238142-
CMYK00.060.440.01
HSL51.89º96.52%77.45%-
HSV(B)51.89º43.87%99.22%-
XYZ75.9783.9837.8-
YUV231.5477.47143.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 142 (55.86% from 255) = 22.43%
R=39.97%
G=37.60%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323814200.060.440.0151.8996.5277.45
HexFDEE8E062C134614d
Octal3753562160654164141115
Binary1111110111101110100011100110101100111010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE8E; }

 p { color: rgb(253,238,142); }

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

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

 a { background-color: rgb(253,238,142); }

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

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

 span { border-color: rgb(253,238,142); }

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