Html Css Color HEX #FDF0E5 Linen

📋 copy color: '#FDF0E5'

red 253 ◦ green 240 ◦ blue 229

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

Shades of Linen #FDF0E5

Tints of Linen #FDF0E5

RGB

 RED value IS 253 (99.22% from 255) = 35.04%

 GREEN value IS 240 (94.14% from 255) = 33.24%

 BLUE value IS 229 (89.84% from 255) = 31.72%

R = 35.04%
G = 33.24%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDF0E5 (or 0xFDF0E5) is known color: Linen. HEX triplet: FD, F0 and E5. RGB value is (253,240,229). Sum of RGB (Red+Green+Blue) = 253+240+229=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0E5 is #020F1A. Grayscale: #F2F2F2. Windows color (decimal): -134939 or 15069437. OLE color: 15069437.

HSL color Cylindrical-coordinate representation of color #FDF0E5: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDF0E5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 229 -
CMYK 0 0.05 0.09 0.01
HSL 27.5º 0.86% 0.95% -
HSV(B) 27.5º 0.09% 0.99% -
XYZ 85.81 88.86 86.76 -
YUV 242.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 253 240 229 0 0.05 0.09 0.01 27.5 0.86 0.95
Hex FD F0 E5 0 5 9 1 1C 56 5F
Octal 375 360 345 0 5 11 1 34 126 137
Binary 11111101 11110000 11100101 0 101 1001 1 11100 1010110 1011111

Color Harmonies of #FDF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0E5

Black with #FDF0E5

Text Example


Text Example

White with #FDF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0E5; }

 p { color: rgb(253,240,229); }

 H1.HeaderClassName
 {
   color: #FDF0E5;
 }
 .AnyTagClassName
 {
   color: #FDF0E5;
 }
</style>

background-color css

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

 a { background-color: rgb(253,240,229); }

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

border-color css

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

 span { border-color: rgb(253,240,229); }

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