#FDEC8D

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

Shades of Picasso #FDEC8D

Tints of Picasso #FDEC8D

Color information

#FDEC8D (or 0xFDEC8D) is unknown color: approx Picasso. HEX triplet: FD, EC and 8D. RGB value is (253,236,141). Sum of RGB (Red+Green+Blue) = 253+236+141=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC8D is #021372. Grayscale: #E6E6E6. Windows color (decimal): -136051 or 9301245. OLE color: 9301245.

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

Color convert

RGB253236141-
CMYK00.070.440.01
HSL50.89º96.55%77.25%-
HSV(B)50.89º44.27%99.22%-
XYZ75.3182.837.21-
YUV230.2577.63144.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 22.38%
R=40.16%
G=37.46%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323614100.070.440.0150.8996.5577.25
HexFDEC8D072C133614d
Octal3753542150754163141115
Binary1111110111101100100011010111101100111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC8D; }

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

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

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

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

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

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

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

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