Shades of Snuff #FDD0FE
Tints of Snuff #FDD0FE
RGB
CMYK
RGB Variations
Color information
#FDD0FE (or 0xFDD0FE) is known color: Snuff. HEX triplet: FD, D0 and FE. RGB value is (253,208,254). Sum of RGB (Red+Green+Blue) = 253+208+254=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FE is #022F01. Grayscale: #E2E2E2. Windows color (decimal): -143106 or 16699645. OLE color: 16699645.
HSL color Cylindrical-coordinate representation of color #FDD0FE: hue angle of 298.7º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0FE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 208 | 254 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.00 |
| HSL | 298.7º | 0.96% | 0.91% | - |
| HSV(B) | 298.7º | 0.18% | 1% | - |
| XYZ | 80.95 | 73.15 | 103.62 | - |
| YUV | 226.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 254 | 0.00 | 0.18 | 0 | 0.00 | 298.7 | 0.96 | 0.91 |
| Hex | FD | D0 | FE | 0 | 12 | 0 | 0 | 12B | 60 | 5B |
| Octal | 375 | 320 | 376 | 0 | 22 | 0 | 0 | 453 | 140 | 133 |
| Binary | 11111101 | 11010000 | 11111110 | 0 | 10010 | 0 | 0 | 100101011 | 1100000 | 1011011 |
Color Harmonies of #FDD0FE
Complementary color
Monochromatic Colors of #FDD0FE
Black with #FDD0FE
Text Example
Text Example
White with #FDD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0FE; }
p { color: rgb(253,208,254); }
H1.HeaderClassName
{
color: #FDD0FE;
}
.AnyTagClassName
{
color: #FDD0FE;
}
</style>
background-color css
<style>
a { background-color: #FDD0FE; }
a { background-color: rgb(253,208,254); }
div.DivClassName
{
background-color: #FDD0FE;
}
.BgClassName
{
background-color: #FDD0FE;
}
</style>
border-color css
<style>
span { border-color: #FDD0FE; }
span { border-color: rgb(253,208,254); }
td.TdClassName
{
border-color: #FDD0FE;
}
.TagClassName
{
border-color: #FDD0FE;
}
</style>