Html Css Color HEX #FDEEE0 Linen

📋 copy color: '#FDEEE0'

red 253 ◦ green 238 ◦ blue 224

#FDEEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Linen #FDEEE0

Tints of Linen #FDEEE0

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 value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDEEE0 (or 0xFDEEE0) is known color: 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

RGB 253 238 224 -
CMYK 0 0.06 0.11 0.01
HSL 28.97º 0.88% 0.94% -
HSV(B) 28.97º 0.11% 0.99% -
XYZ 84.54 87.41 82.94 -
YUV 240.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 253 238 224 0 0.06 0.11 0.01 28.97 0.88 0.94
Hex FD EE E0 0 6 B 1 1D 58 5E
Octal 375 356 340 0 6 13 1 35 130 136
Binary 11111101 11101110 11100000 0 110 1011 1 11101 1011000 1011110

Color Harmonies of #FDEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEE0

Black with #FDEEE0

Text Example


Text Example

White with #FDEEE0

Text Example


Text Example

HTML Codes & Css Web 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>