#FCF3EB

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

Shades of Linen #FCF3EB

Tints of Linen #FCF3EB

Color information

#FCF3EB (or 0xFCF3EB) is unknown color: approx Linen. HEX triplet: FC, F3 and EB. RGB value is (252,243,235). Sum of RGB (Red+Green+Blue) = 252+243+235=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3EB is #030C14. Grayscale: #F4F4F4. Windows color (decimal): -199701 or 15463420. OLE color: 15463420.

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

Color convert

RGB252243235-
CMYK00.040.070.01
HSL28.24º73.91%95.49%-
HSV(B)28.24º6.75%98.82%-
XYZ87.1990.7991.53-
YUV244.78122.48133.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.52%
GREEN value IS 243 (95.31% from 255) = 33.29%
BLUE value IS 235 (92.19% from 255) = 32.19%
R=34.52%
G=33.29%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224323500.040.070.0128.2473.9195.49
HexFCF3EB04711c4a5f
Octal374363353047134112137
Binary111111001111001111101011010011111110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3EB; }

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

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

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

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

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

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

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

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