Shades of Snuff #FAC2FB
Tints of Snuff #FAC2FB
RGB
CMYK
RGB Variations
Color information
#FAC2FB (or 0xFAC2FB) is known color: Snuff. HEX triplet: FA, C2 and FB. RGB value is (250,194,251). Sum of RGB (Red+Green+Blue) = 250+194+251=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2FB is #053D04. Grayscale: #D9D9D9. Windows color (decimal): -343301 or 16499450. OLE color: 16499450.
HSL color Cylindrical-coordinate representation of color #FAC2FB: hue angle of 298.95º 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 #FAC2FB is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 251 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.02 |
| HSL | 298.95º | 0.88% | 0.87% | - |
| HSV(B) | 298.95º | 0.23% | 0.98% | - |
| XYZ | 76.13 | 65.87 | 99.97 | - |
| YUV | 217.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 251 | 0.00 | 0.23 | 0 | 0.02 | 298.95 | 0.88 | 0.87 |
| Hex | FA | C2 | FB | 0 | 17 | 0 | 2 | 12B | 58 | 57 |
| Octal | 372 | 302 | 373 | 0 | 27 | 0 | 2 | 453 | 130 | 127 |
| Binary | 11111010 | 11000010 | 11111011 | 0 | 10111 | 0 | 10 | 100101011 | 1011000 | 1010111 |
Color Harmonies of #FAC2FB
Complementary color
Monochromatic Colors of #FAC2FB
Black with #FAC2FB
Text Example
Text Example
White with #FAC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2FB; }
p { color: rgb(250,194,251); }
H1.HeaderClassName
{
color: #FAC2FB;
}
.AnyTagClassName
{
color: #FAC2FB;
}
</style>
background-color css
<style>
a { background-color: #FAC2FB; }
a { background-color: rgb(250,194,251); }
div.DivClassName
{
background-color: #FAC2FB;
}
.BgClassName
{
background-color: #FAC2FB;
}
</style>
border-color css
<style>
span { border-color: #FAC2FB; }
span { border-color: rgb(250,194,251); }
td.TdClassName
{
border-color: #FAC2FB;
}
.TagClassName
{
border-color: #FAC2FB;
}
</style>