Html Css Color HEX #FCF5E6 Old Lace

📋 copy color: '#FCF5E6'

red 252 ◦ green 245 ◦ blue 230

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

Shades of Old Lace #FCF5E6

Tints of Old Lace #FCF5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.64%

R = 34.66%
G = 33.7%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCF5E6 (or 0xFCF5E6) is known color: Old Lace. HEX triplet: FC, F5 and E6. RGB value is (252,245,230). Sum of RGB (Red+Green+Blue) = 252+245+230=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5E6 is #030A19. Grayscale: #F5F5F5. Windows color (decimal): -199194 or 15136252. OLE color: 15136252.

HSL color Cylindrical-coordinate representation of color #FCF5E6: hue angle of 40.91º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCF5E6 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 230 -
CMYK 0 0.03 0.09 0.01
HSL 40.91º 0.79% 0.95% -
HSV(B) 40.91º 0.09% 0.99% -
XYZ 87.08 91.71 87.98 -
YUV 245.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 252 245 230 0 0.03 0.09 0.01 40.91 0.79 0.95
Hex FC F5 E6 0 3 9 1 29 4F 5F
Octal 374 365 346 0 3 11 1 51 117 137
Binary 11111100 11110101 11100110 0 11 1001 1 101001 1001111 1011111

Color Harmonies of #FCF5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5E6

Black with #FCF5E6

Text Example


Text Example

White with #FCF5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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