Shades of Snuff #FACEFD
Tints of Snuff #FACEFD
RGB
CMYK
RGB Variations
Color information
#FACEFD (or 0xFACEFD) is known color: Snuff. HEX triplet: FA, CE and FD. RGB value is (250,206,253). Sum of RGB (Red+Green+Blue) = 250+206+253=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFD is #053102. Grayscale: #E0E0E0. Windows color (decimal): -340227 or 16633594. OLE color: 16633594.
HSL color Cylindrical-coordinate representation of color #FACEFD: hue angle of 296.17º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACEFD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 206 | 253 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.01 |
| HSL | 296.17º | 0.92% | 0.9% | - |
| HSV(B) | 296.17º | 0.19% | 0.99% | - |
| XYZ | 79.23 | 71.56 | 102.57 | - |
| YUV | 224.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 253 | 0.01 | 0.19 | 0 | 0.01 | 296.17 | 0.92 | 0.9 |
| Hex | FA | CE | FD | 1 | 13 | 0 | 1 | 128 | 5C | 5A |
| Octal | 372 | 316 | 375 | 1 | 23 | 0 | 1 | 450 | 134 | 132 |
| Binary | 11111010 | 11001110 | 11111101 | 1 | 10011 | 0 | 1 | 100101000 | 1011100 | 1011010 |
Color Harmonies of #FACEFD
Complementary color
Monochromatic Colors of #FACEFD
Black with #FACEFD
Text Example
Text Example
White with #FACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEFD; }
p { color: rgb(250,206,253); }
H1.HeaderClassName
{
color: #FACEFD;
}
.AnyTagClassName
{
color: #FACEFD;
}
</style>
background-color css
<style>
a { background-color: #FACEFD; }
a { background-color: rgb(250,206,253); }
div.DivClassName
{
background-color: #FACEFD;
}
.BgClassName
{
background-color: #FACEFD;
}
</style>
border-color css
<style>
span { border-color: #FACEFD; }
span { border-color: rgb(250,206,253); }
td.TdClassName
{
border-color: #FACEFD;
}
.TagClassName
{
border-color: #FACEFD;
}
</style>