#FDEE8D

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

Shades of Picasso #FDEE8D

Tints of Picasso #FDEE8D

Color information

#FDEE8D (or 0xFDEE8D) is unknown color: approx Picasso. HEX triplet: FD, EE and 8D. RGB value is (253,238,141). Sum of RGB (Red+Green+Blue) = 253+238+141=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE8D is #021172. Grayscale: #E7E7E7. Windows color (decimal): -135539 or 9301757. OLE color: 9301757.

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

Color convert

RGB253238141-
CMYK00.060.440.01
HSL51.96º96.55%77.25%-
HSV(B)51.96º44.27%99.22%-
XYZ75.8983.9537.4-
YUV231.4376.97143.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 141 (55.47% from 255) = 22.31%
R=40.03%
G=37.66%
B=22.31%

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
Decimal25323814100.060.440.0151.9696.5577.25
HexFDEE8D062C134614d
Octal3753562150654164141115
Binary1111110111101110100011010110101100111010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE8D; }

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

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

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

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

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

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

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

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