#FCF4EA

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

Shades of Linen #FCF4EA

Tints of Linen #FCF4EA

Color information

#FCF4EA (or 0xFCF4EA) is unknown color: approx Linen. HEX triplet: FC, F4 and EA. RGB value is (252,244,234). Sum of RGB (Red+Green+Blue) = 252+244+234=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4EA is #030B15. Grayscale: #F5F5F5. Windows color (decimal): -199446 or 15398140. OLE color: 15398140.

HSL color Cylindrical-coordinate representation of color #FCF4EA: hue angle of 33.33º degrees, saturation: 0.75, 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 #FCF4EA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252244234-
CMYK00.030.070.01
HSL33.33º75%95.29%-
HSV(B)33.33º7.14%98.82%-
XYZ87.3591.3490.87-
YUV245.25121.65132.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.52%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 234 (91.80% from 255) = 32.05%
R=34.52%
G=33.42%
B=32.05%

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
Decimal25224423400.030.070.0133.337595.29
HexFCF4EA0371214b5f
Octal374364352037141113137
Binary111111001111010011101010011111110000110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4EA; }

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

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

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

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

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

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

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

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