Shades of Snuff #FDD1FB
Tints of Snuff #FDD1FB
RGB
CMYK
RGB Variations
Color information
#FDD1FB (or 0xFDD1FB) is known color: Snuff. HEX triplet: FD, D1 and FB. RGB value is (253,209,251). Sum of RGB (Red+Green+Blue) = 253+209+251=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1FB is #022E04. Grayscale: #E2E2E2. Windows color (decimal): -142853 or 16503293. OLE color: 16503293.
HSL color Cylindrical-coordinate representation of color #FDD1FB: hue angle of 302.73º degrees, saturation: 0.92, 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 #FDD1FB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 251 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.01 |
| HSL | 302.73º | 0.92% | 0.91% | - |
| HSV(B) | 302.73º | 0.17% | 0.99% | - |
| XYZ | 80.72 | 73.45 | 101.19 | - |
| YUV | 226.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 251 | 0 | 0.17 | 0.01 | 0.01 | 302.73 | 0.92 | 0.91 |
| Hex | FD | D1 | FB | 0 | 11 | 1 | 1 | 12F | 5C | 5B |
| Octal | 375 | 321 | 373 | 0 | 21 | 1 | 1 | 457 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11111011 | 0 | 10001 | 1 | 1 | 100101111 | 1011100 | 1011011 |
Color Harmonies of #FDD1FB
Complementary color
Monochromatic Colors of #FDD1FB
Black with #FDD1FB
Text Example
Text Example
White with #FDD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1FB; }
p { color: rgb(253,209,251); }
H1.HeaderClassName
{
color: #FDD1FB;
}
.AnyTagClassName
{
color: #FDD1FB;
}
</style>
background-color css
<style>
a { background-color: #FDD1FB; }
a { background-color: rgb(253,209,251); }
div.DivClassName
{
background-color: #FDD1FB;
}
.BgClassName
{
background-color: #FDD1FB;
}
</style>
border-color css
<style>
span { border-color: #FDD1FB; }
span { border-color: rgb(253,209,251); }
td.TdClassName
{
border-color: #FDD1FB;
}
.TagClassName
{
border-color: #FDD1FB;
}
</style>