Shades of Snuff #FACBFC
Tints of Snuff #FACBFC
RGB
CMYK
RGB Variations
Color information
#FACBFC (or 0xFACBFC) is known color: Snuff. HEX triplet: FA, CB and FC. RGB value is (250,203,252). Sum of RGB (Red+Green+Blue) = 250+203+252=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #FACBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFC is #053403. Grayscale: #DEDEDE. Windows color (decimal): -340996 or 16567290. OLE color: 16567290.
HSL color Cylindrical-coordinate representation of color #FACBFC: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBFC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 203 | 252 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.01 |
| HSL | 297.55º | 0.89% | 0.89% | - |
| HSV(B) | 297.55º | 0.19% | 0.99% | - |
| XYZ | 78.35 | 70.06 | 101.49 | - |
| YUV | 222.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 252 | 0.01 | 0.19 | 0 | 0.01 | 297.55 | 0.89 | 0.89 |
| Hex | FA | CB | FC | 1 | 13 | 0 | 1 | 12A | 59 | 59 |
| Octal | 372 | 313 | 374 | 1 | 23 | 0 | 1 | 452 | 131 | 131 |
| Binary | 11111010 | 11001011 | 11111100 | 1 | 10011 | 0 | 1 | 100101010 | 1011001 | 1011001 |
Color Harmonies of #FACBFC
Complementary color
Monochromatic Colors of #FACBFC
Black with #FACBFC
Text Example
Text Example
White with #FACBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBFC; }
p { color: rgb(250,203,252); }
H1.HeaderClassName
{
color: #FACBFC;
}
.AnyTagClassName
{
color: #FACBFC;
}
</style>
background-color css
<style>
a { background-color: #FACBFC; }
a { background-color: rgb(250,203,252); }
div.DivClassName
{
background-color: #FACBFC;
}
.BgClassName
{
background-color: #FACBFC;
}
</style>
border-color css
<style>
span { border-color: #FACBFC; }
span { border-color: rgb(250,203,252); }
td.TdClassName
{
border-color: #FACBFC;
}
.TagClassName
{
border-color: #FACBFC;
}
</style>