Html Css Color HEX #FCF1E4 Linen

📋 copy color: '#FCF1E4'

red 252 ◦ green 241 ◦ blue 228

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

Shades of Linen #FCF1E4

Tints of Linen #FCF1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.62%

R = 34.95%
G = 33.43%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCF1E4 (or 0xFCF1E4) is known color: Linen. HEX triplet: FC, F1 and E4. RGB value is (252,241,228). Sum of RGB (Red+Green+Blue) = 252+241+228=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 228 (89.45% from 255 or 31.62% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1E4 is #030E1B. Grayscale: #F2F2F2. Windows color (decimal): -200220 or 15004156. OLE color: 15004156.

HSL color Cylindrical-coordinate representation of color #FCF1E4: hue angle of 32.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF1E4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 228 -
CMYK 0 0.04 0.10 0.01
HSL 32.5º 0.8% 0.94% -
HSV(B) 32.5º 0.1% 0.99% -
XYZ 85.6 89.21 86.11 -
YUV 242.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 252 241 228 0 0.04 0.10 0.01 32.5 0.8 0.94
Hex FC F1 E4 0 4 A 1 20 50 5E
Octal 374 361 344 0 4 12 1 40 120 136
Binary 11111100 11110001 11100100 0 100 1010 1 100000 1010000 1011110

Color Harmonies of #FCF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1E4

Black with #FCF1E4

Text Example


Text Example

White with #FCF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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