Shades of Snuff #FFC2FA
Tints of Snuff #FFC2FA
RGB
CMYK
RGB Variations
Color information
#FFC2FA (or 0xFFC2FA) is known color: Snuff. HEX triplet: FF, C2 and FA. RGB value is (255,194,250). Sum of RGB (Red+Green+Blue) = 255+194+250=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 194 (76.17% from 255 or 27.75% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2FA is #003D05. Grayscale: #DADADA. Windows color (decimal): -15622 or 16433919. OLE color: 16433919.
HSL color Cylindrical-coordinate representation of color #FFC2FA: hue angle of 304.92º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2FA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 250 | - |
| CMYK | 0 | 0.24 | 0.02 | 0 |
| HSL | 304.92º | 1% | 0.88% | - |
| HSV(B) | 304.92º | 0.24% | 1% | - |
| XYZ | 77.79 | 66.75 | 99.23 | - |
| YUV | 218.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 250 | 0 | 0.24 | 0.02 | 0 | 304.92 | 1 | 0.88 |
| Hex | FF | C2 | FA | 0 | 18 | 2 | 0 | 131 | 64 | 58 |
| Octal | 377 | 302 | 372 | 0 | 30 | 2 | 0 | 461 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11111010 | 0 | 11000 | 10 | 0 | 100110001 | 1100100 | 1011000 |
Color Harmonies of #FFC2FA
Complementary color
Monochromatic Colors of #FFC2FA
Black with #FFC2FA
Text Example
Text Example
White with #FFC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2FA; }
p { color: rgb(255,194,250); }
H1.HeaderClassName
{
color: #FFC2FA;
}
.AnyTagClassName
{
color: #FFC2FA;
}
</style>
background-color css
<style>
a { background-color: #FFC2FA; }
a { background-color: rgb(255,194,250); }
div.DivClassName
{
background-color: #FFC2FA;
}
.BgClassName
{
background-color: #FFC2FA;
}
</style>
border-color css
<style>
span { border-color: #FFC2FA; }
span { border-color: rgb(255,194,250); }
td.TdClassName
{
border-color: #FFC2FA;
}
.TagClassName
{
border-color: #FFC2FA;
}
</style>