Shades of Snuff #FAC0FB
Tints of Snuff #FAC0FB
RGB
CMYK
RGB Variations
Color information
#FAC0FB (or 0xFAC0FB) is known color: Snuff. HEX triplet: FA, C0 and FB. RGB value is (250,192,251). Sum of RGB (Red+Green+Blue) = 250+192+251=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 192 (75.39% from 255 or 27.71% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FB is #053F04. Grayscale: #D7D7D7. Windows color (decimal): -343813 or 16498938. OLE color: 16498938.
HSL color Cylindrical-coordinate representation of color #FAC0FB: hue angle of 298.98º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC0FB is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 251 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.02 |
| HSL | 298.98º | 0.88% | 0.87% | - |
| HSV(B) | 298.98º | 0.24% | 0.98% | - |
| XYZ | 75.69 | 64.99 | 99.82 | - |
| YUV | 216.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 251 | 0.00 | 0.24 | 0 | 0.02 | 298.98 | 0.88 | 0.87 |
| Hex | FA | C0 | FB | 0 | 18 | 0 | 2 | 12B | 58 | 57 |
| Octal | 372 | 300 | 373 | 0 | 30 | 0 | 2 | 453 | 130 | 127 |
| Binary | 11111010 | 11000000 | 11111011 | 0 | 11000 | 0 | 10 | 100101011 | 1011000 | 1010111 |
Color Harmonies of #FAC0FB
Complementary color
Monochromatic Colors of #FAC0FB
Black with #FAC0FB
Text Example
Text Example
White with #FAC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0FB; }
p { color: rgb(250,192,251); }
H1.HeaderClassName
{
color: #FAC0FB;
}
.AnyTagClassName
{
color: #FAC0FB;
}
</style>
background-color css
<style>
a { background-color: #FAC0FB; }
a { background-color: rgb(250,192,251); }
div.DivClassName
{
background-color: #FAC0FB;
}
.BgClassName
{
background-color: #FAC0FB;
}
</style>
border-color css
<style>
span { border-color: #FAC0FB; }
span { border-color: rgb(250,192,251); }
td.TdClassName
{
border-color: #FAC0FB;
}
.TagClassName
{
border-color: #FAC0FB;
}
</style>