#FDEC91

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

Shades of Picasso #FDEC91

Tints of Picasso #FDEC91

Color information

#FDEC91 (or 0xFDEC91) is unknown color: approx Picasso. HEX triplet: FD, EC and 91. RGB value is (253,236,145). Sum of RGB (Red+Green+Blue) = 253+236+145=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 145 (57.03% from 255 or 22.87% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC91 is #02136E. Grayscale: #E7E7E7. Windows color (decimal): -136047 or 9563389. OLE color: 9563389.

HSL color Cylindrical-coordinate representation of color #FDEC91: hue angle of 50.56º 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 #FDEC91 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253236145-
CMYK00.070.430.01
HSL50.56º96.43%78.04%-
HSV(B)50.56º42.69%99.22%-
XYZ75.6182.9238.81-
YUV230.7179.63143.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 145 (57.03% from 255) = 22.87%
R=39.91%
G=37.22%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323614500.070.430.0150.5696.4378.04
HexFDEC91072B133604e
Octal3753542210753163140116
Binary1111110111101100100100010111101011111001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC91; }

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

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

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

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

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

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

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

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