#FCF2E9

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

Shades of Linen #FCF2E9

Tints of Linen #FCF2E9

Color information

#FCF2E9 (or 0xFCF2E9) is unknown color: approx Linen. HEX triplet: FC, F2 and E9. RGB value is (252,242,233). Sum of RGB (Red+Green+Blue) = 252+242+233=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2E9 is #030D16. Grayscale: #F4F4F4. Windows color (decimal): -199959 or 15332092. OLE color: 15332092.

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

Color convert

RGB252242233-
CMYK00.040.080.01
HSL28.42º76%95.1%-
HSV(B)28.42º7.54%98.82%-
XYZ86.690.0889.91-
YUV243.96121.81133.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 233 (91.41% from 255) = 32.05%
R=34.66%
G=33.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224223300.040.080.0128.427695.1
HexFCF2E904811c4c5f
Octal3743623510410134114137
Binary1111110011110010111010010100100011110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2E9; }

 p { color: rgb(252,242,233); }

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

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

 a { background-color: rgb(252,242,233); }

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

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

 span { border-color: rgb(252,242,233); }

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