Html Css Color HEX #FCF0E5 Linen

📋 copy color: '#FCF0E5'

red 252 ◦ green 240 ◦ blue 229

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

Shades of Linen #FCF0E5

Tints of Linen #FCF0E5

RGB

 RED value IS 252 (98.83% from 255) = 34.95%

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

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

R = 34.95%
G = 33.29%
B = 31.76%

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

#FCF0E5 (or 0xFCF0E5) is known color: Linen. HEX triplet: FC, F0 and E5. RGB value is (252,240,229). Sum of RGB (Red+Green+Blue) = 252+240+229=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E5 is #030F1A. Grayscale: #F2F2F2. Windows color (decimal): -200475 or 15069436. OLE color: 15069436.

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

Color convert

RGB 252 240 229 -
CMYK 0 0.05 0.09 0.01
HSL 28.7º 0.79% 0.94% -
HSV(B) 28.7º 0.09% 0.99% -
XYZ 85.45 88.67 86.74 -
YUV 242.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 252 240 229 0 0.05 0.09 0.01 28.7 0.79 0.94
Hex FC F0 E5 0 5 9 1 1D 4F 5E
Octal 374 360 345 0 5 11 1 35 117 136
Binary 11111100 11110000 11100101 0 101 1001 1 11101 1001111 1011110

Color Harmonies of #FCF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0E5

Black with #FCF0E5

Text Example


Text Example

White with #FCF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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