Shades of Snuff #FFC2FD
Tints of Snuff #FFC2FD
RGB
CMYK
RGB Variations
Color information
#FFC2FD (or 0xFFC2FD) is known color: Snuff. HEX triplet: FF, C2 and FD. RGB value is (255,194,253). Sum of RGB (Red+Green+Blue) = 255+194+253=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 194 (76.17% from 255 or 27.64% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2FD is #003D02. Grayscale: #DADADA. Windows color (decimal): -15619 or 16630527. OLE color: 16630527.
HSL color Cylindrical-coordinate representation of color #FFC2FD: hue angle of 301.97º 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 #FFC2FD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 253 | - |
| CMYK | 0 | 0.24 | 0.01 | 0 |
| HSL | 301.97º | 1% | 0.88% | - |
| HSV(B) | 301.97º | 0.24% | 1% | - |
| XYZ | 78.26 | 66.94 | 101.72 | - |
| YUV | 218.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 253 | 0 | 0.24 | 0.01 | 0 | 301.97 | 1 | 0.88 |
| Hex | FF | C2 | FD | 0 | 18 | 1 | 0 | 12E | 64 | 58 |
| Octal | 377 | 302 | 375 | 0 | 30 | 1 | 0 | 456 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11111101 | 0 | 11000 | 1 | 0 | 100101110 | 1100100 | 1011000 |
Color Harmonies of #FFC2FD
Complementary color
Monochromatic Colors of #FFC2FD
Black with #FFC2FD
Text Example
Text Example
White with #FFC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2FD; }
p { color: rgb(255,194,253); }
H1.HeaderClassName
{
color: #FFC2FD;
}
.AnyTagClassName
{
color: #FFC2FD;
}
</style>
background-color css
<style>
a { background-color: #FFC2FD; }
a { background-color: rgb(255,194,253); }
div.DivClassName
{
background-color: #FFC2FD;
}
.BgClassName
{
background-color: #FFC2FD;
}
</style>
border-color css
<style>
span { border-color: #FFC2FD; }
span { border-color: rgb(255,194,253); }
td.TdClassName
{
border-color: #FFC2FD;
}
.TagClassName
{
border-color: #FFC2FD;
}
</style>