Shades of Snuff #FACFF2
Tints of Snuff #FACFF2
RGB
CMYK
RGB Variations
Color information
#FACFF2 (or 0xFACFF2) is known color: Snuff. HEX triplet: FA, CF and F2. RGB value is (250,207,242). Sum of RGB (Red+Green+Blue) = 250+207+242=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF2 is #05300D. Grayscale: #DFDFDF. Windows color (decimal): -339982 or 15912954. OLE color: 15912954.
HSL color Cylindrical-coordinate representation of color #FACFF2: hue angle of 311.16º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFF2 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 242 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.02 |
| HSL | 311.16º | 0.81% | 0.9% | - |
| HSV(B) | 311.16º | 0.17% | 0.98% | - |
| XYZ | 77.76 | 71.36 | 93.68 | - |
| YUV | 223.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 242 | 0 | 0.17 | 0.03 | 0.02 | 311.16 | 0.81 | 0.9 |
| Hex | FA | CF | F2 | 0 | 11 | 3 | 2 | 137 | 51 | 5A |
| Octal | 372 | 317 | 362 | 0 | 21 | 3 | 2 | 467 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11110010 | 0 | 10001 | 11 | 10 | 100110111 | 1010001 | 1011010 |
Color Harmonies of #FACFF2
Complementary color
Monochromatic Colors of #FACFF2
Black with #FACFF2
Text Example
Text Example
White with #FACFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFF2; }
p { color: rgb(250,207,242); }
H1.HeaderClassName
{
color: #FACFF2;
}
.AnyTagClassName
{
color: #FACFF2;
}
</style>
background-color css
<style>
a { background-color: #FACFF2; }
a { background-color: rgb(250,207,242); }
div.DivClassName
{
background-color: #FACFF2;
}
.BgClassName
{
background-color: #FACFF2;
}
</style>
border-color css
<style>
span { border-color: #FACFF2; }
span { border-color: rgb(250,207,242); }
td.TdClassName
{
border-color: #FACFF2;
}
.TagClassName
{
border-color: #FACFF2;
}
</style>