Shades of Snuff #FFD0FC
Tints of Snuff #FFD0FC
RGB
CMYK
RGB Variations
Color information
#FFD0FC (or 0xFFD0FC) is known color: Snuff. HEX triplet: FF, D0 and FC. RGB value is (255,208,252). Sum of RGB (Red+Green+Blue) = 255+208+252=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0FC is #002F03. Grayscale: #E2E2E2. Windows color (decimal): -12036 or 16568575. OLE color: 16568575.
HSL color Cylindrical-coordinate representation of color #FFD0FC: hue angle of 303.83º 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 #FFD0FC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 252 | - |
| CMYK | 0 | 0.18 | 0.01 | 0 |
| HSL | 303.83º | 1% | 0.91% | - |
| HSV(B) | 303.83º | 0.18% | 1% | - |
| XYZ | 81.37 | 73.4 | 101.97 | - |
| YUV | 227.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 252 | 0 | 0.18 | 0.01 | 0 | 303.83 | 1 | 0.91 |
| Hex | FF | D0 | FC | 0 | 12 | 1 | 0 | 130 | 64 | 5B |
| Octal | 377 | 320 | 374 | 0 | 22 | 1 | 0 | 460 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11111100 | 0 | 10010 | 1 | 0 | 100110000 | 1100100 | 1011011 |
Color Harmonies of #FFD0FC
Complementary color
Monochromatic Colors of #FFD0FC
Black with #FFD0FC
Text Example
Text Example
White with #FFD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0FC; }
p { color: rgb(255,208,252); }
H1.HeaderClassName
{
color: #FFD0FC;
}
.AnyTagClassName
{
color: #FFD0FC;
}
</style>
background-color css
<style>
a { background-color: #FFD0FC; }
a { background-color: rgb(255,208,252); }
div.DivClassName
{
background-color: #FFD0FC;
}
.BgClassName
{
background-color: #FFD0FC;
}
</style>
border-color css
<style>
span { border-color: #FFD0FC; }
span { border-color: rgb(255,208,252); }
td.TdClassName
{
border-color: #FFD0FC;
}
.TagClassName
{
border-color: #FFD0FC;
}
</style>