Html Css Color HEX #FCF5E8 Old Lace

📋 copy color: '#FCF5E8'

red 252 ◦ green 245 ◦ blue 232

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

Shades of Old Lace #FCF5E8

Tints of Old Lace #FCF5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 31.82%

R = 34.57%
G = 33.61%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCF5E8 (or 0xFCF5E8) is known color: Old Lace. HEX triplet: FC, F5 and E8. RGB value is (252,245,232). Sum of RGB (Red+Green+Blue) = 252+245+232=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 232 (91.02% from 255 or 31.82% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5E8 is #030A17. Grayscale: #F5F5F5. Windows color (decimal): -199192 or 15267324. OLE color: 15267324.

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

Color convert

RGB 252 245 232 -
CMYK 0 0.03 0.08 0.01
HSL 39º 0.77% 0.95% -
HSV(B) 39º 0.08% 0.99% -
XYZ 87.36 91.83 89.46 -
YUV 245.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 252 245 232 0 0.03 0.08 0.01 39 0.77 0.95
Hex FC F5 E8 0 3 8 1 27 4D 5F
Octal 374 365 350 0 3 10 1 47 115 137
Binary 11111100 11110101 11101000 0 11 1000 1 100111 1001101 1011111

Color Harmonies of #FCF5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5E8

Black with #FCF5E8

Text Example


Text Example

White with #FCF5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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