Shades of Snuff #FDD0FF
Tints of Snuff #FDD0FF
RGB
CMYK
RGB Variations
Color information
#FDD0FF (or 0xFDD0FF) is known color: Snuff. HEX triplet: FD, D0 and FF. RGB value is (253,208,255). Sum of RGB (Red+Green+Blue) = 253+208+255=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 208 (81.64% from 255 or 29.05% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FF is #022F00. Grayscale: #E2E2E2. Windows color (decimal): -143105 or 16765181. OLE color: 16765181.
HSL color Cylindrical-coordinate representation of color #FDD0FF: hue angle of 297.45º 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 #FDD0FF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 208 | 255 | - |
CMYK | 0.01 | 0.18 | 0 | 0 |
HSL | 297.45º | 1% | 0.91% | - |
HSV(B) | 297.45º | 0.18% | 1% | - |
XYZ | 81.11 | 73.21 | 104.46 | - |
YUV | 226.81 | 143.91 | 146.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 208 | 255 | 0.01 | 0.18 | 0 | 0 | 297.45 | 1 | 0.91 |
Hex | FD | D0 | FF | 1 | 12 | 0 | 0 | 129 | 64 | 5B |
Octal | 375 | 320 | 377 | 1 | 22 | 0 | 0 | 451 | 144 | 133 |
Binary | 11111101 | 11010000 | 11111111 | 1 | 10010 | 0 | 0 | 100101001 | 1100100 | 1011011 |
Color Harmonies of #FDD0FF
Complementary color
Monochromatic Colors of #FDD0FF
Black with #FDD0FF
Text Example
Text Example
White with #FDD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0FF; }
p { color: rgb(253,208,255); }
H1.HeaderClassName
{
color: #FDD0FF;
}
.AnyTagClassName
{
color: #FDD0FF;
}
</style>
background-color css
<style>
a { background-color: #FDD0FF; }
a { background-color: rgb(253,208,255); }
div.DivClassName
{
background-color: #FDD0FF;
}
.BgClassName
{
background-color: #FDD0FF;
}
</style>
border-color css
<style>
span { border-color: #FDD0FF; }
span { border-color: rgb(253,208,255); }
td.TdClassName
{
border-color: #FDD0FF;
}
.TagClassName
{
border-color: #FDD0FF;
}
</style>