#FDEE8F

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

Shades of Picasso #FDEE8F

Tints of Picasso #FDEE8F

Color information

#FDEE8F (or 0xFDEE8F) is unknown color: approx Picasso. HEX triplet: FD, EE and 8F. RGB value is (253,238,143). Sum of RGB (Red+Green+Blue) = 253+238+143=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 143 (56.25% from 255 or 22.56% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE8F is #021170. Grayscale: #E8E8E8. Windows color (decimal): -135537 or 9432829. OLE color: 9432829.

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

Color convert

RGB253238143-
CMYK00.060.430.01
HSL51.82º96.49%77.65%-
HSV(B)51.82º43.48%99.22%-
XYZ76.0484.0138.2-
YUV231.6577.97143.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 143 (56.25% from 255) = 22.56%
R=39.91%
G=37.54%
B=22.56%

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
Decimal25323814300.060.430.0151.8296.4977.65
HexFDEE8F062B134604e
Octal3753562170653164140116
Binary1111110111101110100011110110101011111010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE8F; }

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

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

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

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

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

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

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

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