Html Css Color HEX #FDF2E8 Linen

📋 copy color: '#FDF2E8'

red 253 ◦ green 242 ◦ blue 232

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

Shades of Linen #FDF2E8

Tints of Linen #FDF2E8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.29%

 BLUE value IS 232 (91.02% from 255) = 31.91%

R = 34.8%
G = 33.29%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDF2E8 (or 0xFDF2E8) is known color: Linen. HEX triplet: FD, F2 and E8. RGB value is (253,242,232). Sum of RGB (Red+Green+Blue) = 253+242+232=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 232 (91.02% from 255 or 31.91% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2E8 is #020D17. Grayscale: #F4F4F4. Windows color (decimal): -134424 or 15266557. OLE color: 15266557.

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

Color convert

RGB 253 242 232 -
CMYK 0 0.04 0.08 0.01
HSL 28.57º 0.84% 0.95% -
HSV(B) 28.57º 0.08% 0.99% -
XYZ 86.83 90.21 89.18 -
YUV 244.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 253 242 232 0 0.04 0.08 0.01 28.57 0.84 0.95
Hex FD F2 E8 0 4 8 1 1D 54 5F
Octal 375 362 350 0 4 10 1 35 124 137
Binary 11111101 11110010 11101000 0 100 1000 1 11101 1010100 1011111

Color Harmonies of #FDF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2E8

Black with #FDF2E8

Text Example


Text Example

White with #FDF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2E8; }

 p { color: rgb(253,242,232); }

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

background-color css

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

 a { background-color: rgb(253,242,232); }

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

border-color css

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

 span { border-color: rgb(253,242,232); }

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