Html Css Color HEX #FCF5E5 Old Lace

📋 copy color: '#FCF5E5'

red 252 ◦ green 245 ◦ blue 229

#FCF5E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lace #FCF5E5

Tints of Old Lace #FCF5E5

RGB

 RED value IS 252 (98.83% from 255) = 34.71%

 GREEN value IS 245 (96.09% from 255) = 33.75%

 BLUE value IS 229 (89.84% from 255) = 31.54%

R = 34.71%
G = 33.75%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCF5E5 (or 0xFCF5E5) is known color: Old Lace. HEX triplet: FC, F5 and E5. RGB value is (252,245,229). Sum of RGB (Red+Green+Blue) = 252+245+229=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5E5 is #030A1A. Grayscale: #F5F5F5. Windows color (decimal): -199195 or 15070716. OLE color: 15070716.

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

Color convert

RGB 252 245 229 -
CMYK 0 0.03 0.09 0.01
HSL 41.74º 0.79% 0.94% -
HSV(B) 41.74º 0.09% 0.99% -
XYZ 86.94 91.66 87.24 -
YUV 245.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 252 245 229 0 0.03 0.09 0.01 41.74 0.79 0.94
Hex FC F5 E5 0 3 9 1 2A 4F 5E
Octal 374 365 345 0 3 11 1 52 117 136
Binary 11111100 11110101 11100101 0 11 1001 1 101010 1001111 1011110

Color Harmonies of #FCF5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5E5

Black with #FCF5E5

Text Example


Text Example

White with #FCF5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5E5; }

 p { color: rgb(252,245,229); }

 H1.HeaderClassName
 {
   color: #FCF5E5;
 }
 .AnyTagClassName
 {
   color: #FCF5E5;
 }
</style>

background-color css

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

 a { background-color: rgb(252,245,229); }

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

border-color css

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

 span { border-color: rgb(252,245,229); }

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