#FDEC93

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

Shades of Picasso #FDEC93

Tints of Picasso #FDEC93

Color information

#FDEC93 (or 0xFDEC93) is unknown color: approx Picasso. HEX triplet: FD, EC and 93. RGB value is (253,236,147). Sum of RGB (Red+Green+Blue) = 253+236+147=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 147 (57.81% from 255 or 23.11% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC93 is #02136C. Grayscale: #E7E7E7. Windows color (decimal): -136045 or 9694461. OLE color: 9694461.

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

Color convert

RGB253236147-
CMYK00.070.420.01
HSL50.38º96.36%78.43%-
HSV(B)50.38º41.9%99.22%-
XYZ75.7782.9839.63-
YUV230.9480.63143.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 147 (57.81% from 255) = 23.11%
R=39.78%
G=37.11%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323614700.070.420.0150.3896.3678.43
HexFDEC93072A132604e
Octal3753542230752162140116
Binary1111110111101100100100110111101010111001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC93; }

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

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

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

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

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

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

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

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