Shades of Snuff #FACAFF
Tints of Snuff #FACAFF
RGB
CMYK
RGB Variations
Color information
#FACAFF (or 0xFACAFF) is known color: Snuff. HEX triplet: FA, CA and FF. RGB value is (250,202,255). Sum of RGB (Red+Green+Blue) = 250+202+255=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFF is #053500. Grayscale: #DEDEDE. Windows color (decimal): -341249 or 16763642. OLE color: 16763642.
HSL color Cylindrical-coordinate representation of color #FACAFF: hue angle of 294.34º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FACAFF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 202 | 255 | - |
| CMYK | 0.02 | 0.21 | 0 | 0 |
| HSL | 294.34º | 1% | 0.9% | - |
| HSV(B) | 294.34º | 0.21% | 1% | - |
| XYZ | 78.59 | 69.79 | 103.94 | - |
| YUV | 222.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 255 | 0.02 | 0.21 | 0 | 0 | 294.34 | 1 | 0.9 |
| Hex | FA | CA | FF | 2 | 15 | 0 | 0 | 126 | 64 | 5A |
| Octal | 372 | 312 | 377 | 2 | 25 | 0 | 0 | 446 | 144 | 132 |
| Binary | 11111010 | 11001010 | 11111111 | 10 | 10101 | 0 | 0 | 100100110 | 1100100 | 1011010 |
Color Harmonies of #FACAFF
Complementary color
Monochromatic Colors of #FACAFF
Black with #FACAFF
Text Example
Text Example
White with #FACAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAFF; }
p { color: rgb(250,202,255); }
H1.HeaderClassName
{
color: #FACAFF;
}
.AnyTagClassName
{
color: #FACAFF;
}
</style>
background-color css
<style>
a { background-color: #FACAFF; }
a { background-color: rgb(250,202,255); }
div.DivClassName
{
background-color: #FACAFF;
}
.BgClassName
{
background-color: #FACAFF;
}
</style>
border-color css
<style>
span { border-color: #FACAFF; }
span { border-color: rgb(250,202,255); }
td.TdClassName
{
border-color: #FACAFF;
}
.TagClassName
{
border-color: #FACAFF;
}
</style>