Shades of Snuff #FDD0FA
Tints of Snuff #FDD0FA
RGB
CMYK
RGB Variations
Color information
#FDD0FA (or 0xFDD0FA) is known color: Snuff. HEX triplet: FD, D0 and FA. RGB value is (253,208,250). Sum of RGB (Red+Green+Blue) = 253+208+250=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 208 (81.64% from 255 or 29.25% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FA is #022F05. Grayscale: #E2E2E2. Windows color (decimal): -143110 or 16437501. OLE color: 16437501.
HSL color Cylindrical-coordinate representation of color #FDD0FA: hue angle of 304º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0FA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 250 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.01 |
| HSL | 304º | 0.92% | 0.9% | - |
| HSV(B) | 304º | 0.18% | 0.99% | - |
| XYZ | 80.32 | 72.9 | 100.28 | - |
| YUV | 226.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 250 | 0 | 0.18 | 0.01 | 0.01 | 304 | 0.92 | 0.9 |
| Hex | FD | D0 | FA | 0 | 12 | 1 | 1 | 130 | 5C | 5A |
| Octal | 375 | 320 | 372 | 0 | 22 | 1 | 1 | 460 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11111010 | 0 | 10010 | 1 | 1 | 100110000 | 1011100 | 1011010 |
Color Harmonies of #FDD0FA
Complementary color
Monochromatic Colors of #FDD0FA
Black with #FDD0FA
Text Example
Text Example
White with #FDD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0FA; }
p { color: rgb(253,208,250); }
H1.HeaderClassName
{
color: #FDD0FA;
}
.AnyTagClassName
{
color: #FDD0FA;
}
</style>
background-color css
<style>
a { background-color: #FDD0FA; }
a { background-color: rgb(253,208,250); }
div.DivClassName
{
background-color: #FDD0FA;
}
.BgClassName
{
background-color: #FDD0FA;
}
</style>
border-color css
<style>
span { border-color: #FDD0FA; }
span { border-color: rgb(253,208,250); }
td.TdClassName
{
border-color: #FDD0FA;
}
.TagClassName
{
border-color: #FDD0FA;
}
</style>