Shades of Snuff #FACEFF
Tints of Snuff #FACEFF
RGB
CMYK
RGB Variations
Color information
#FACEFF (or 0xFACEFF) is known color: Snuff. HEX triplet: FA, CE and FF. RGB value is (250,206,255). Sum of RGB (Red+Green+Blue) = 250+206+255=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFF is #053100. Grayscale: #E0E0E0. Windows color (decimal): -340225 or 16764666. OLE color: 16764666.
HSL color Cylindrical-coordinate representation of color #FACEFF: hue angle of 293.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACEFF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 206 | 255 | - |
| CMYK | 0.02 | 0.19 | 0 | 0 |
| HSL | 293.88º | 1% | 0.9% | - |
| HSV(B) | 293.88º | 0.19% | 1% | - |
| XYZ | 79.55 | 71.69 | 104.25 | - |
| YUV | 224.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 255 | 0.02 | 0.19 | 0 | 0 | 293.88 | 1 | 0.9 |
| Hex | FA | CE | FF | 2 | 13 | 0 | 0 | 126 | 64 | 5A |
| Octal | 372 | 316 | 377 | 2 | 23 | 0 | 0 | 446 | 144 | 132 |
| Binary | 11111010 | 11001110 | 11111111 | 10 | 10011 | 0 | 0 | 100100110 | 1100100 | 1011010 |
Color Harmonies of #FACEFF
Complementary color
Monochromatic Colors of #FACEFF
Black with #FACEFF
Text Example
Text Example
White with #FACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEFF; }
p { color: rgb(250,206,255); }
H1.HeaderClassName
{
color: #FACEFF;
}
.AnyTagClassName
{
color: #FACEFF;
}
</style>
background-color css
<style>
a { background-color: #FACEFF; }
a { background-color: rgb(250,206,255); }
div.DivClassName
{
background-color: #FACEFF;
}
.BgClassName
{
background-color: #FACEFF;
}
</style>
border-color css
<style>
span { border-color: #FACEFF; }
span { border-color: rgb(250,206,255); }
td.TdClassName
{
border-color: #FACEFF;
}
.TagClassName
{
border-color: #FACEFF;
}
</style>