Shades of Snuff #FCD0FF
Tints of Snuff #FCD0FF
RGB
CMYK
RGB Variations
Color information
#FCD0FF (or 0xFCD0FF) is known color: Snuff. HEX triplet: FC, D0 and FF. RGB value is (252,208,255). Sum of RGB (Red+Green+Blue) = 252+208+255=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0FF is #032F00. Grayscale: #E2E2E2. Windows color (decimal): -208641 or 16765180. OLE color: 16765180.
HSL color Cylindrical-coordinate representation of color #FCD0FF: hue angle of 296.17º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD0FF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 208 | 255 | - |
| CMYK | 0.01 | 0.18 | 0 | 0 |
| HSL | 296.17º | 1% | 0.91% | - |
| HSV(B) | 296.17º | 0.18% | 1% | - |
| XYZ | 80.75 | 73.03 | 104.45 | - |
| YUV | 226.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 255 | 0.01 | 0.18 | 0 | 0 | 296.17 | 1 | 0.91 |
| Hex | FC | D0 | FF | 1 | 12 | 0 | 0 | 128 | 64 | 5B |
| Octal | 374 | 320 | 377 | 1 | 22 | 0 | 0 | 450 | 144 | 133 |
| Binary | 11111100 | 11010000 | 11111111 | 1 | 10010 | 0 | 0 | 100101000 | 1100100 | 1011011 |
Color Harmonies of #FCD0FF
Complementary color
Monochromatic Colors of #FCD0FF
Black with #FCD0FF
Text Example
Text Example
White with #FCD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0FF; }
p { color: rgb(252,208,255); }
H1.HeaderClassName
{
color: #FCD0FF;
}
.AnyTagClassName
{
color: #FCD0FF;
}
</style>
background-color css
<style>
a { background-color: #FCD0FF; }
a { background-color: rgb(252,208,255); }
div.DivClassName
{
background-color: #FCD0FF;
}
.BgClassName
{
background-color: #FCD0FF;
}
</style>
border-color css
<style>
span { border-color: #FCD0FF; }
span { border-color: rgb(252,208,255); }
td.TdClassName
{
border-color: #FCD0FF;
}
.TagClassName
{
border-color: #FCD0FF;
}
</style>