Html Css Color HEX #FCF6E9 Old Lace

📋 copy color: '#FCF6E9'

red 252 ◦ green 246 ◦ blue 233

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

Shades of Old Lace #FCF6E9

Tints of Old Lace #FCF6E9

RGB

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

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

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

R = 34.47%
G = 33.65%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCF6E9 (or 0xFCF6E9) is known color: Old Lace. HEX triplet: FC, F6 and E9. RGB value is (252,246,233). Sum of RGB (Red+Green+Blue) = 252+246+233=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 233 (91.41% from 255 or 31.87% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6E9 is #030916. Grayscale: #F6F6F6. Windows color (decimal): -198935 or 15333116. OLE color: 15333116.

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

Color convert

RGB 252 246 233 -
CMYK 0 0.02 0.08 0.01
HSL 41.05º 0.76% 0.95% -
HSV(B) 41.05º 0.08% 0.99% -
XYZ 87.81 92.49 90.32 -
YUV 246.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 252 246 233 0 0.02 0.08 0.01 41.05 0.76 0.95
Hex FC F6 E9 0 2 8 1 29 4C 5F
Octal 374 366 351 0 2 10 1 51 114 137
Binary 11111100 11110110 11101001 0 10 1000 1 101001 1001100 1011111

Color Harmonies of #FCF6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6E9

Black with #FCF6E9

Text Example


Text Example

White with #FCF6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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