#FCF3E1

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

Shades of Old Lace #FCF3E1

Tints of Old Lace #FCF3E1

Color information

#FCF3E1 (or 0xFCF3E1) is unknown color: approx Old Lace. HEX triplet: FC, F3 and E1. RGB value is (252,243,225). Sum of RGB (Red+Green+Blue) = 252+243+225=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 225 (88.28% from 255 or 31.25% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3E1 is #030C1E. Grayscale: #F3F3F3. Windows color (decimal): -199711 or 14808060. OLE color: 14808060.

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

Color convert

RGB252243225-
CMYK00.040.110.01
HSL40º81.82%93.53%-
HSV(B)40º10.71%98.82%-
XYZ85.7990.2384.13-
YUV243.64117.48133.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 243 (95.31% from 255) = 33.75%
BLUE value IS 225 (88.28% from 255) = 31.25%
R=35%
G=33.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224322500.040.110.014081.8293.53
HexFCF3E104B128525e
Octal3743633410413150122136
Binary11111100111100111110000101001011110100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3E1; }

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

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

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

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

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

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

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

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