Html Css Color HEX #FDF4EA Linen

📋 copy color: '#FDF4EA'

red 253 ◦ green 244 ◦ blue 234

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

Shades of Linen #FDF4EA

Tints of Linen #FDF4EA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.38%

 BLUE value IS 234 (91.8% from 255) = 32.01%

R = 34.61%
G = 33.38%
B = 32.01%

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

#FDF4EA (or 0xFDF4EA) is known color: Linen. HEX triplet: FD, F4 and EA. RGB value is (253,244,234). Sum of RGB (Red+Green+Blue) = 253+244+234=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4EA is #020B15. Grayscale: #F5F5F5. Windows color (decimal): -133910 or 15398141. OLE color: 15398141.

HSL color Cylindrical-coordinate representation of color #FDF4EA: hue angle of 31.58º degrees, saturation: 0.83, 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 #FDF4EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 234 -
CMYK 0 0.04 0.08 0.01
HSL 31.58º 0.83% 0.95% -
HSV(B) 31.58º 0.08% 0.99% -
XYZ 87.71 91.52 90.89 -
YUV 245.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 253 244 234 0 0.04 0.08 0.01 31.58 0.83 0.95
Hex FD F4 EA 0 4 8 1 20 53 5F
Octal 375 364 352 0 4 10 1 40 123 137
Binary 11111101 11110100 11101010 0 100 1000 1 100000 1010011 1011111

Color Harmonies of #FDF4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4EA

Black with #FDF4EA

Text Example


Text Example

White with #FDF4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4EA; }

 p { color: rgb(253,244,234); }

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

background-color css

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

 a { background-color: rgb(253,244,234); }

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

border-color css

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

 span { border-color: rgb(253,244,234); }

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