Shades of Snuff #FCD2FD
Tints of Snuff #FCD2FD
RGB
CMYK
RGB Variations
Color information
#FCD2FD (or 0xFCD2FD) is known color: Snuff. HEX triplet: FC, D2 and FD. RGB value is (252,210,253). Sum of RGB (Red+Green+Blue) = 252+210+253=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 210 (82.42% from 255 or 29.37% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2FD is #032D02. Grayscale: #E3E3E3. Windows color (decimal): -208131 or 16634620. OLE color: 16634620.
HSL color Cylindrical-coordinate representation of color #FCD2FD: hue angle of 298.6º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2FD is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 253 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.01 |
| HSL | 298.6º | 0.91% | 0.91% | - |
| HSV(B) | 298.6º | 0.17% | 0.99% | - |
| XYZ | 80.92 | 73.88 | 102.92 | - |
| YUV | 227.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 253 | 0.00 | 0.17 | 0 | 0.01 | 298.6 | 0.91 | 0.91 |
| Hex | FC | D2 | FD | 0 | 11 | 0 | 1 | 12B | 5B | 5B |
| Octal | 374 | 322 | 375 | 0 | 21 | 0 | 1 | 453 | 133 | 133 |
| Binary | 11111100 | 11010010 | 11111101 | 0 | 10001 | 0 | 1 | 100101011 | 1011011 | 1011011 |
Color Harmonies of #FCD2FD
Complementary color
Monochromatic Colors of #FCD2FD
Black with #FCD2FD
Text Example
Text Example
White with #FCD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2FD; }
p { color: rgb(252,210,253); }
H1.HeaderClassName
{
color: #FCD2FD;
}
.AnyTagClassName
{
color: #FCD2FD;
}
</style>
background-color css
<style>
a { background-color: #FCD2FD; }
a { background-color: rgb(252,210,253); }
div.DivClassName
{
background-color: #FCD2FD;
}
.BgClassName
{
background-color: #FCD2FD;
}
</style>
border-color css
<style>
span { border-color: #FCD2FD; }
span { border-color: rgb(252,210,253); }
td.TdClassName
{
border-color: #FCD2FD;
}
.TagClassName
{
border-color: #FCD2FD;
}
</style>