Html Css Color HEX #FCF5E7 Old Lace

📋 copy color: '#FCF5E7'

red 252 ◦ green 245 ◦ blue 231

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

Shades of Old Lace #FCF5E7

Tints of Old Lace #FCF5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 31.73%

R = 34.62%
G = 33.65%
B = 31.73%

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

#FCF5E7 (or 0xFCF5E7) is known color: Old Lace. HEX triplet: FC, F5 and E7. RGB value is (252,245,231). Sum of RGB (Red+Green+Blue) = 252+245+231=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 231 (90.62% from 255 or 31.73% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5E7 is #030A18. Grayscale: #F5F5F5. Windows color (decimal): -199193 or 15201788. OLE color: 15201788.

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

Color convert

RGB 252 245 231 -
CMYK 0 0.03 0.08 0.01
HSL 40º 0.78% 0.95% -
HSV(B) 40º 0.08% 0.99% -
XYZ 87.22 91.77 88.72 -
YUV 245.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 252 245 231 0 0.03 0.08 0.01 40 0.78 0.95
Hex FC F5 E7 0 3 8 1 28 4E 5F
Octal 374 365 347 0 3 10 1 50 116 137
Binary 11111100 11110101 11100111 0 11 1000 1 101000 1001110 1011111

Color Harmonies of #FCF5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5E7

Black with #FCF5E7

Text Example


Text Example

White with #FCF5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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