#FCF4EB

Color #FCF4EB Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Linen #FCF4EB

Tints of Linen #FCF4EB

Color information

#FCF4EB (or 0xFCF4EB) is unknown color: approx Linen. HEX triplet: FC, F4 and EB. RGB value is (252,244,235). Sum of RGB (Red+Green+Blue) = 252+244+235=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 235 (92.19% from 255 or 32.15% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4EB is #030B14. Grayscale: #F5F5F5. Windows color (decimal): -199445 or 15463676. OLE color: 15463676.

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

Color convert

RGB252244235-
CMYK00.030.070.01
HSL31.76º73.91%95.49%-
HSV(B)31.76º6.75%98.82%-
XYZ87.4991.3991.63-
YUV245.37122.15132.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 244 (95.70% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 32.15%
R=34.47%
G=33.38%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224423500.030.070.0131.7673.9195.49
HexFCF4EB0371204a5f
Octal374364353037140112137
Binary111111001111010011101011011111110000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4EB; }

 p { color: rgb(252,244,235); }

 H1.HeaderClassName
 {
   color: #FCF4EB;
 }
 .AnyTagClassName
 {
   color: #FCF4EB;
 }
</style>
background-color css

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

 a { background-color: rgb(252,244,235); }

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

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

 span { border-color: rgb(252,244,235); }

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