Html Css Color HEX #FCF5E9 Old Lace

📋 copy color: '#FCF5E9'

red 252 ◦ green 245 ◦ blue 233

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

Shades of Old Lace #FCF5E9

Tints of Old Lace #FCF5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 31.92%

R = 34.52%
G = 33.56%
B = 31.92%

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

#FCF5E9 (or 0xFCF5E9) is known color: Old Lace. HEX triplet: FC, F5 and E9. RGB value is (252,245,233). Sum of RGB (Red+Green+Blue) = 252+245+233=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 233 (91.41% from 255 or 31.92% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5E9 is #030A16. Grayscale: #F5F5F5. Windows color (decimal): -199191 or 15332860. OLE color: 15332860.

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

Color convert

RGB 252 245 233 -
CMYK 0 0.03 0.08 0.01
HSL 37.89º 0.76% 0.95% -
HSV(B) 37.89º 0.08% 0.99% -
XYZ 87.51 91.88 90.21 -
YUV 245.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 252 245 233 0 0.03 0.08 0.01 37.89 0.76 0.95
Hex FC F5 E9 0 3 8 1 26 4C 5F
Octal 374 365 351 0 3 10 1 46 114 137
Binary 11111100 11110101 11101001 0 11 1000 1 100110 1001100 1011111

Color Harmonies of #FCF5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5E9

Black with #FCF5E9

Text Example


Text Example

White with #FCF5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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