Shades of Snuff #FACBFF
Tints of Snuff #FACBFF
RGB
CMYK
RGB Variations
Color information
#FACBFF (or 0xFACBFF) is known color: Snuff. HEX triplet: FA, CB and FF. RGB value is (250,203,255). Sum of RGB (Red+Green+Blue) = 250+203+255=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 203 (79.69% from 255 or 28.67% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFF is #053400. Grayscale: #DEDEDE. Windows color (decimal): -340993 or 16763898. OLE color: 16763898.
HSL color Cylindrical-coordinate representation of color #FACBFF: hue angle of 294.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACBFF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 203 | 255 | - |
| CMYK | 0.02 | 0.20 | 0 | 0 |
| HSL | 294.23º | 1% | 0.9% | - |
| HSV(B) | 294.23º | 0.2% | 1% | - |
| XYZ | 78.83 | 70.26 | 104.01 | - |
| YUV | 222.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 255 | 0.02 | 0.20 | 0 | 0 | 294.23 | 1 | 0.9 |
| Hex | FA | CB | FF | 2 | 14 | 0 | 0 | 126 | 64 | 5A |
| Octal | 372 | 313 | 377 | 2 | 24 | 0 | 0 | 446 | 144 | 132 |
| Binary | 11111010 | 11001011 | 11111111 | 10 | 10100 | 0 | 0 | 100100110 | 1100100 | 1011010 |
Color Harmonies of #FACBFF
Complementary color
Monochromatic Colors of #FACBFF
Black with #FACBFF
Text Example
Text Example
White with #FACBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBFF; }
p { color: rgb(250,203,255); }
H1.HeaderClassName
{
color: #FACBFF;
}
.AnyTagClassName
{
color: #FACBFF;
}
</style>
background-color css
<style>
a { background-color: #FACBFF; }
a { background-color: rgb(250,203,255); }
div.DivClassName
{
background-color: #FACBFF;
}
.BgClassName
{
background-color: #FACBFF;
}
</style>
border-color css
<style>
span { border-color: #FACBFF; }
span { border-color: rgb(250,203,255); }
td.TdClassName
{
border-color: #FACBFF;
}
.TagClassName
{
border-color: #FACBFF;
}
</style>