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