Shades of Snuff #FACBF6
Tints of Snuff #FACBF6
RGB
CMYK
RGB Variations
Color information
#FACBF6 (or 0xFACBF6) is known color: Snuff. HEX triplet: FA, CB and F6. RGB value is (250,203,246). Sum of RGB (Red+Green+Blue) = 250+203+246=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBF6 is #053409. Grayscale: #DDDDDD. Windows color (decimal): -341002 or 16174074. OLE color: 16174074.
HSL color Cylindrical-coordinate representation of color #FACBF6: hue angle of 305.11º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBF6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 246 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.02 |
| HSL | 305.11º | 0.82% | 0.89% | - |
| HSV(B) | 305.11º | 0.19% | 0.98% | - |
| XYZ | 77.41 | 69.69 | 96.56 | - |
| YUV | 221.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 246 | 0 | 0.19 | 0.02 | 0.02 | 305.11 | 0.82 | 0.89 |
| Hex | FA | CB | F6 | 0 | 13 | 2 | 2 | 131 | 52 | 59 |
| Octal | 372 | 313 | 366 | 0 | 23 | 2 | 2 | 461 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11110110 | 0 | 10011 | 10 | 10 | 100110001 | 1010010 | 1011001 |
Color Harmonies of #FACBF6
Complementary color
Monochromatic Colors of #FACBF6
Black with #FACBF6
Text Example
Text Example
White with #FACBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBF6; }
p { color: rgb(250,203,246); }
H1.HeaderClassName
{
color: #FACBF6;
}
.AnyTagClassName
{
color: #FACBF6;
}
</style>
background-color css
<style>
a { background-color: #FACBF6; }
a { background-color: rgb(250,203,246); }
div.DivClassName
{
background-color: #FACBF6;
}
.BgClassName
{
background-color: #FACBF6;
}
</style>
border-color css
<style>
span { border-color: #FACBF6; }
span { border-color: rgb(250,203,246); }
td.TdClassName
{
border-color: #FACBF6;
}
.TagClassName
{
border-color: #FACBF6;
}
</style>