#FDEEE0

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

Shades of Linen #FDEEE0

Tints of Linen #FDEEE0

Color information

#FDEEE0 (or 0xFDEEE0) is unknown color: approx Linen. HEX triplet: FD, EE and E0. RGB value is (253,238,224). Sum of RGB (Red+Green+Blue) = 253+238+224=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEE0 is #02111F. Grayscale: #F0F0F0. Windows color (decimal): -135456 or 14741245. OLE color: 14741245.

HSL color Cylindrical-coordinate representation of color #FDEEE0: hue angle of 28.97º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEEE0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253238224-
CMYK00.060.110.01
HSL28.97º87.88%93.53%-
HSV(B)28.97º11.46%99.22%-
XYZ84.5487.4182.94-
YUV240.89118.47136.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 238 (93.36% from 255) = 33.29%
BLUE value IS 224 (87.89% from 255) = 31.33%
R=35.38%
G=33.29%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323822400.060.110.0128.9787.8893.53
HexFDEEE006B11d585e
Octal3753563400613135130136
Binary1111110111101110111000000110101111110110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEE0; }

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

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

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

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

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

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

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

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