#FDEE91

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

Shades of Picasso #FDEE91

Tints of Picasso #FDEE91

Color information

#FDEE91 (or 0xFDEE91) is unknown color: approx Picasso. HEX triplet: FD, EE and 91. RGB value is (253,238,145). Sum of RGB (Red+Green+Blue) = 253+238+145=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 145 (57.03% from 255 or 22.80% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE91 is #02116E. Grayscale: #E8E8E8. Windows color (decimal): -135535 or 9563901. OLE color: 9563901.

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

Color convert

RGB253238145-
CMYK00.060.430.01
HSL51.67º96.43%78.04%-
HSV(B)51.67º42.69%99.22%-
XYZ76.1984.0839-
YUV231.8878.97143.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 145 (57.03% from 255) = 22.80%
R=39.78%
G=37.42%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323814500.060.430.0151.6796.4378.04
HexFDEE91062B134604e
Octal3753562210653164140116
Binary1111110111101110100100010110101011111010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE91; }

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

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

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

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

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

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

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

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