Shades of Snuff #FDD2FE
Tints of Snuff #FDD2FE
RGB
CMYK
RGB Variations
Color information
#FDD2FE (or 0xFDD2FE) is known color: Snuff. HEX triplet: FD, D2 and FE. RGB value is (253,210,254). Sum of RGB (Red+Green+Blue) = 253+210+254=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 210 (82.42% from 255 or 29.29% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2FE is #022D01. Grayscale: #E3E3E3. Windows color (decimal): -142594 or 16700157. OLE color: 16700157.
HSL color Cylindrical-coordinate representation of color #FDD2FE: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2FE is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 210 | 254 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.00 |
| HSL | 298.64º | 0.96% | 0.91% | - |
| HSV(B) | 298.64º | 0.17% | 1% | - |
| XYZ | 81.44 | 74.13 | 103.78 | - |
| YUV | 227.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 254 | 0.00 | 0.17 | 0 | 0.00 | 298.64 | 0.96 | 0.91 |
| Hex | FD | D2 | FE | 0 | 11 | 0 | 0 | 12B | 60 | 5B |
| Octal | 375 | 322 | 376 | 0 | 21 | 0 | 0 | 453 | 140 | 133 |
| Binary | 11111101 | 11010010 | 11111110 | 0 | 10001 | 0 | 0 | 100101011 | 1100000 | 1011011 |
Color Harmonies of #FDD2FE
Complementary color
Monochromatic Colors of #FDD2FE
Black with #FDD2FE
Text Example
Text Example
White with #FDD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2FE; }
p { color: rgb(253,210,254); }
H1.HeaderClassName
{
color: #FDD2FE;
}
.AnyTagClassName
{
color: #FDD2FE;
}
</style>
background-color css
<style>
a { background-color: #FDD2FE; }
a { background-color: rgb(253,210,254); }
div.DivClassName
{
background-color: #FDD2FE;
}
.BgClassName
{
background-color: #FDD2FE;
}
</style>
border-color css
<style>
span { border-color: #FDD2FE; }
span { border-color: rgb(253,210,254); }
td.TdClassName
{
border-color: #FDD2FE;
}
.TagClassName
{
border-color: #FDD2FE;
}
</style>