Shades of Snuff #FFD0FF
Tints of Snuff #FFD0FF
RGB
CMYK
RGB Variations
Color information
#FFD0FF (or 0xFFD0FF) is known color: Snuff. HEX triplet: FF, D0 and FF. RGB value is (255,208,255). Sum of RGB (Red+Green+Blue) = 255+208+255=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 208 (81.64% from 255 or 28.97% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0FF is #002F00. Grayscale: #E3E3E3. Windows color (decimal): -12033 or 16765183. OLE color: 16765183.
HSL color Cylindrical-coordinate representation of color #FFD0FF: hue angle of 300º 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 #FFD0FF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 208 | 255 | - |
CMYK | 0 | 0.18 | 0 | 0 |
HSL | 300º | 1% | 0.91% | - |
HSV(B) | 300º | 0.18% | 1% | - |
XYZ | 81.85 | 73.59 | 104.5 | - |
YUV | 227.41 | 143.57 | 147.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 208 | 255 | 0 | 0.18 | 0 | 0 | 300 | 1 | 0.91 |
Hex | FF | D0 | FF | 0 | 12 | 0 | 0 | 12C | 64 | 5B |
Octal | 377 | 320 | 377 | 0 | 22 | 0 | 0 | 454 | 144 | 133 |
Binary | 11111111 | 11010000 | 11111111 | 0 | 10010 | 0 | 0 | 100101100 | 1100100 | 1011011 |
Color Harmonies of #FFD0FF
Complementary color
Monochromatic Colors of #FFD0FF
Black with #FFD0FF
Text Example
Text Example
White with #FFD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0FF; }
p { color: rgb(255,208,255); }
H1.HeaderClassName
{
color: #FFD0FF;
}
.AnyTagClassName
{
color: #FFD0FF;
}
</style>
background-color css
<style>
a { background-color: #FFD0FF; }
a { background-color: rgb(255,208,255); }
div.DivClassName
{
background-color: #FFD0FF;
}
.BgClassName
{
background-color: #FFD0FF;
}
</style>
border-color css
<style>
span { border-color: #FFD0FF; }
span { border-color: rgb(255,208,255); }
td.TdClassName
{
border-color: #FFD0FF;
}
.TagClassName
{
border-color: #FFD0FF;
}
</style>