Html Css Color HEX #FCF6EC Old Lace

📋 copy color: '#FCF6EC'

red 252 ◦ green 246 ◦ blue 236

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

Shades of Old Lace #FCF6EC

Tints of Old Lace #FCF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.51%

 BLUE value IS 236 (92.58% from 255) = 32.15%

R = 34.33%
G = 33.51%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF6EC (or 0xFCF6EC) is known color: Old Lace. HEX triplet: FC, F6 and EC. RGB value is (252,246,236). Sum of RGB (Red+Green+Blue) = 252+246+236=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6EC is #030913. Grayscale: #F6F6F6. Windows color (decimal): -198932 or 15529724. OLE color: 15529724.

HSL color Cylindrical-coordinate representation of color #FCF6EC: hue angle of 37.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF6EC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 236 -
CMYK 0 0.02 0.06 0.01
HSL 37.5º 0.73% 0.96% -
HSV(B) 37.5º 0.06% 0.99% -
XYZ 88.24 92.66 92.59 -
YUV 246.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 252 246 236 0 0.02 0.06 0.01 37.5 0.73 0.96
Hex FC F6 EC 0 2 6 1 26 49 60
Octal 374 366 354 0 2 6 1 46 111 140
Binary 11111100 11110110 11101100 0 10 110 1 100110 1001001 1100000

Color Harmonies of #FCF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6EC

Black with #FCF6EC

Text Example


Text Example

White with #FCF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6EC; }

 p { color: rgb(252,246,236); }

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

background-color css

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

 a { background-color: rgb(252,246,236); }

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

border-color css

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

 span { border-color: rgb(252,246,236); }

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