Shades of Snuff #FACEF0
Tints of Snuff #FACEF0
RGB
CMYK
RGB Variations
Color information
#FACEF0 (or 0xFACEF0) is known color: Snuff. HEX triplet: FA, CE and F0. RGB value is (250,206,240). Sum of RGB (Red+Green+Blue) = 250+206+240=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEF0 is #05310F. Grayscale: #DEDEDE. Windows color (decimal): -340240 or 15781626. OLE color: 15781626.
HSL color Cylindrical-coordinate representation of color #FACEF0: hue angle of 313.64º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEF0 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 240 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 313.64º | 0.81% | 0.89% | - |
| HSV(B) | 313.64º | 0.18% | 0.98% | - |
| XYZ | 77.22 | 70.76 | 92.03 | - |
| YUV | 223.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 240 | 0 | 0.18 | 0.04 | 0.02 | 313.64 | 0.81 | 0.89 |
| Hex | FA | CE | F0 | 0 | 12 | 4 | 2 | 13A | 51 | 59 |
| Octal | 372 | 316 | 360 | 0 | 22 | 4 | 2 | 472 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11110000 | 0 | 10010 | 100 | 10 | 100111010 | 1010001 | 1011001 |
Color Harmonies of #FACEF0
Complementary color
Monochromatic Colors of #FACEF0
Black with #FACEF0
Text Example
Text Example
White with #FACEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEF0; }
p { color: rgb(250,206,240); }
H1.HeaderClassName
{
color: #FACEF0;
}
.AnyTagClassName
{
color: #FACEF0;
}
</style>
background-color css
<style>
a { background-color: #FACEF0; }
a { background-color: rgb(250,206,240); }
div.DivClassName
{
background-color: #FACEF0;
}
.BgClassName
{
background-color: #FACEF0;
}
</style>
border-color css
<style>
span { border-color: #FACEF0; }
span { border-color: rgb(250,206,240); }
td.TdClassName
{
border-color: #FACEF0;
}
.TagClassName
{
border-color: #FACEF0;
}
</style>