Shades of Snuff #FAC1FB
Tints of Snuff #FAC1FB
RGB
CMYK
RGB Variations
Color information
#FAC1FB (or 0xFAC1FB) is known color: Snuff. HEX triplet: FA, C1 and FB. RGB value is (250,193,251). Sum of RGB (Red+Green+Blue) = 250+193+251=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 193 (75.78% from 255 or 27.81% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1FB is #053E04. Grayscale: #D8D8D8. Windows color (decimal): -343557 or 16499194. OLE color: 16499194.
HSL color Cylindrical-coordinate representation of color #FAC1FB: hue angle of 298.97º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1FB is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 251 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.02 |
| HSL | 298.97º | 0.88% | 0.87% | - |
| HSV(B) | 298.97º | 0.23% | 0.98% | - |
| XYZ | 75.91 | 65.43 | 99.9 | - |
| YUV | 216.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 251 | 0.00 | 0.23 | 0 | 0.02 | 298.97 | 0.88 | 0.87 |
| Hex | FA | C1 | FB | 0 | 17 | 0 | 2 | 12B | 58 | 57 |
| Octal | 372 | 301 | 373 | 0 | 27 | 0 | 2 | 453 | 130 | 127 |
| Binary | 11111010 | 11000001 | 11111011 | 0 | 10111 | 0 | 10 | 100101011 | 1011000 | 1010111 |
Color Harmonies of #FAC1FB
Complementary color
Monochromatic Colors of #FAC1FB
Black with #FAC1FB
Text Example
Text Example
White with #FAC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1FB; }
p { color: rgb(250,193,251); }
H1.HeaderClassName
{
color: #FAC1FB;
}
.AnyTagClassName
{
color: #FAC1FB;
}
</style>
background-color css
<style>
a { background-color: #FAC1FB; }
a { background-color: rgb(250,193,251); }
div.DivClassName
{
background-color: #FAC1FB;
}
.BgClassName
{
background-color: #FAC1FB;
}
</style>
border-color css
<style>
span { border-color: #FAC1FB; }
span { border-color: rgb(250,193,251); }
td.TdClassName
{
border-color: #FAC1FB;
}
.TagClassName
{
border-color: #FAC1FB;
}
</style>