Shades of Snuff #FAC5FB
Tints of Snuff #FAC5FB
RGB
CMYK
RGB Variations
Color information
#FAC5FB (or 0xFAC5FB) is known color: Snuff. HEX triplet: FA, C5 and FB. RGB value is (250,197,251). Sum of RGB (Red+Green+Blue) = 250+197+251=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 197 (77.34% from 255 or 28.22% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FB is #053A04. Grayscale: #DADADA. Windows color (decimal): -342533 or 16500218. OLE color: 16500218.
HSL color Cylindrical-coordinate representation of color #FAC5FB: hue angle of 298.89º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC5FB is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 251 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.02 |
| HSL | 298.89º | 0.87% | 0.88% | - |
| HSV(B) | 298.89º | 0.22% | 0.98% | - |
| XYZ | 76.8 | 67.22 | 100.19 | - |
| YUV | 219 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 251 | 0.00 | 0.22 | 0 | 0.02 | 298.89 | 0.87 | 0.88 |
| Hex | FA | C5 | FB | 0 | 16 | 0 | 2 | 12B | 57 | 58 |
| Octal | 372 | 305 | 373 | 0 | 26 | 0 | 2 | 453 | 127 | 130 |
| Binary | 11111010 | 11000101 | 11111011 | 0 | 10110 | 0 | 10 | 100101011 | 1010111 | 1011000 |
Color Harmonies of #FAC5FB
Complementary color
Monochromatic Colors of #FAC5FB
Black with #FAC5FB
Text Example
Text Example
White with #FAC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5FB; }
p { color: rgb(250,197,251); }
H1.HeaderClassName
{
color: #FAC5FB;
}
.AnyTagClassName
{
color: #FAC5FB;
}
</style>
background-color css
<style>
a { background-color: #FAC5FB; }
a { background-color: rgb(250,197,251); }
div.DivClassName
{
background-color: #FAC5FB;
}
.BgClassName
{
background-color: #FAC5FB;
}
</style>
border-color css
<style>
span { border-color: #FAC5FB; }
span { border-color: rgb(250,197,251); }
td.TdClassName
{
border-color: #FAC5FB;
}
.TagClassName
{
border-color: #FAC5FB;
}
</style>