Shades of Snuff #FDD2FB
Tints of Snuff #FDD2FB
RGB
CMYK
RGB Variations
Color information
#FDD2FB (or 0xFDD2FB) is known color: Snuff. HEX triplet: FD, D2 and FB. RGB value is (253,210,251). Sum of RGB (Red+Green+Blue) = 253+210+251=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 210 (82.42% from 255 or 29.41% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2FB is #022D04. Grayscale: #E3E3E3. Windows color (decimal): -142597 or 16503549. OLE color: 16503549.
HSL color Cylindrical-coordinate representation of color #FDD2FB: hue angle of 302.79º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2FB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 251 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.01 |
| HSL | 302.79º | 0.91% | 0.91% | - |
| HSV(B) | 302.79º | 0.17% | 0.99% | - |
| XYZ | 80.97 | 73.94 | 101.27 | - |
| YUV | 227.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 251 | 0 | 0.17 | 0.01 | 0.01 | 302.79 | 0.91 | 0.91 |
| Hex | FD | D2 | FB | 0 | 11 | 1 | 1 | 12F | 5B | 5B |
| Octal | 375 | 322 | 373 | 0 | 21 | 1 | 1 | 457 | 133 | 133 |
| Binary | 11111101 | 11010010 | 11111011 | 0 | 10001 | 1 | 1 | 100101111 | 1011011 | 1011011 |
Color Harmonies of #FDD2FB
Complementary color
Monochromatic Colors of #FDD2FB
Black with #FDD2FB
Text Example
Text Example
White with #FDD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2FB; }
p { color: rgb(253,210,251); }
H1.HeaderClassName
{
color: #FDD2FB;
}
.AnyTagClassName
{
color: #FDD2FB;
}
</style>
background-color css
<style>
a { background-color: #FDD2FB; }
a { background-color: rgb(253,210,251); }
div.DivClassName
{
background-color: #FDD2FB;
}
.BgClassName
{
background-color: #FDD2FB;
}
</style>
border-color css
<style>
span { border-color: #FDD2FB; }
span { border-color: rgb(253,210,251); }
td.TdClassName
{
border-color: #FDD2FB;
}
.TagClassName
{
border-color: #FDD2FB;
}
</style>