Html Css Color HEX #FCF3E5 Old Lace

📋 copy color: '#FCF3E5'

red 252 ◦ green 243 ◦ blue 229

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

Shades of Old Lace #FCF3E5

Tints of Old Lace #FCF3E5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.56%

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

R = 34.81%
G = 33.56%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCF3E5 (or 0xFCF3E5) is known color: Old Lace. HEX triplet: FC, F3 and E5. RGB value is (252,243,229). Sum of RGB (Red+Green+Blue) = 252+243+229=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 229 (89.84% from 255 or 31.63% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3E5 is #030C1A. Grayscale: #F4F4F4. Windows color (decimal): -199707 or 15070204. OLE color: 15070204.

HSL color Cylindrical-coordinate representation of color #FCF3E5: hue angle of 36.52º 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 #FCF3E5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 229 -
CMYK 0 0.04 0.09 0.01
HSL 36.52º 0.79% 0.94% -
HSV(B) 36.52º 0.09% 0.99% -
XYZ 86.34 90.45 87.04 -
YUV 244.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 252 243 229 0 0.04 0.09 0.01 36.52 0.79 0.94
Hex FC F3 E5 0 4 9 1 25 4F 5E
Octal 374 363 345 0 4 11 1 45 117 136
Binary 11111100 11110011 11100101 0 100 1001 1 100101 1001111 1011110

Color Harmonies of #FCF3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3E5

Black with #FCF3E5

Text Example


Text Example

White with #FCF3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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