Html Css Color HEX #FCF1E8 Linen

📋 copy color: '#FCF1E8'

red 252 ◦ green 241 ◦ blue 232

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

Shades of Linen #FCF1E8

Tints of Linen #FCF1E8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.24%

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

R = 34.76%
G = 33.24%
B = 32%

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

#FCF1E8 (or 0xFCF1E8) is known color: Linen. HEX triplet: FC, F1 and E8. RGB value is (252,241,232). Sum of RGB (Red+Green+Blue) = 252+241+232=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 232 (91.02% from 255 or 32% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1E8 is #030E17. Grayscale: #F3F3F3. Windows color (decimal): -200216 or 15266300. OLE color: 15266300.

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

Color convert

RGB 252 241 232 -
CMYK 0 0.04 0.08 0.01
HSL 27º 0.77% 0.95% -
HSV(B) 27º 0.08% 0.99% -
XYZ 86.17 89.43 89.06 -
YUV 243.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 252 241 232 0 0.04 0.08 0.01 27 0.77 0.95
Hex FC F1 E8 0 4 8 1 1B 4D 5F
Octal 374 361 350 0 4 10 1 33 115 137
Binary 11111100 11110001 11101000 0 100 1000 1 11011 1001101 1011111

Color Harmonies of #FCF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1E8

Black with #FCF1E8

Text Example


Text Example

White with #FCF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1E8; }

 p { color: rgb(252,241,232); }

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

background-color css

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

 a { background-color: rgb(252,241,232); }

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

border-color css

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

 span { border-color: rgb(252,241,232); }

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