Shades of Snuff #FACBF0
Tints of Snuff #FACBF0
RGB
CMYK
RGB Variations
Color information
#FACBF0 (or 0xFACBF0) is known color: Snuff. HEX triplet: FA, CB and F0. RGB value is (250,203,240). Sum of RGB (Red+Green+Blue) = 250+203+240=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBF0 is #05340F. Grayscale: #DDDDDD. Windows color (decimal): -341008 or 15780858. OLE color: 15780858.
HSL color Cylindrical-coordinate representation of color #FACBF0: hue angle of 312.77º 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 #FACBF0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 240 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.02 |
| HSL | 312.77º | 0.82% | 0.89% | - |
| HSV(B) | 312.77º | 0.19% | 0.98% | - |
| XYZ | 76.51 | 69.33 | 91.79 | - |
| YUV | 221.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 240 | 0 | 0.19 | 0.04 | 0.02 | 312.77 | 0.82 | 0.89 |
| Hex | FA | CB | F0 | 0 | 13 | 4 | 2 | 139 | 52 | 59 |
| Octal | 372 | 313 | 360 | 0 | 23 | 4 | 2 | 471 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11110000 | 0 | 10011 | 100 | 10 | 100111001 | 1010010 | 1011001 |
Color Harmonies of #FACBF0
Complementary color
Monochromatic Colors of #FACBF0
Black with #FACBF0
Text Example
Text Example
White with #FACBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBF0; }
p { color: rgb(250,203,240); }
H1.HeaderClassName
{
color: #FACBF0;
}
.AnyTagClassName
{
color: #FACBF0;
}
</style>
background-color css
<style>
a { background-color: #FACBF0; }
a { background-color: rgb(250,203,240); }
div.DivClassName
{
background-color: #FACBF0;
}
.BgClassName
{
background-color: #FACBF0;
}
</style>
border-color css
<style>
span { border-color: #FACBF0; }
span { border-color: rgb(250,203,240); }
td.TdClassName
{
border-color: #FACBF0;
}
.TagClassName
{
border-color: #FACBF0;
}
</style>