Shades of Snuff #FDD7FA
Tints of Snuff #FDD7FA
RGB
CMYK
RGB Variations
Color information
#FDD7FA (or 0xFDD7FA) is known color: Snuff. HEX triplet: FD, D7 and FA. RGB value is (253,215,250). Sum of RGB (Red+Green+Blue) = 253+215+250=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7FA is #022805. Grayscale: #E6E6E6. Windows color (decimal): -141318 or 16439293. OLE color: 16439293.
HSL color Cylindrical-coordinate representation of color #FDD7FA: hue angle of 304.74º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7FA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 250 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.01 |
| HSL | 304.74º | 0.9% | 0.92% | - |
| HSV(B) | 304.74º | 0.15% | 0.99% | - |
| XYZ | 82.06 | 76.39 | 100.86 | - |
| YUV | 230.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 250 | 0 | 0.15 | 0.01 | 0.01 | 304.74 | 0.9 | 0.92 |
| Hex | FD | D7 | FA | 0 | F | 1 | 1 | 131 | 5A | 5C |
| Octal | 375 | 327 | 372 | 0 | 17 | 1 | 1 | 461 | 132 | 134 |
| Binary | 11111101 | 11010111 | 11111010 | 0 | 1111 | 1 | 1 | 100110001 | 1011010 | 1011100 |
Color Harmonies of #FDD7FA
Complementary color
Monochromatic Colors of #FDD7FA
Black with #FDD7FA
Text Example
Text Example
White with #FDD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7FA; }
p { color: rgb(253,215,250); }
H1.HeaderClassName
{
color: #FDD7FA;
}
.AnyTagClassName
{
color: #FDD7FA;
}
</style>
background-color css
<style>
a { background-color: #FDD7FA; }
a { background-color: rgb(253,215,250); }
div.DivClassName
{
background-color: #FDD7FA;
}
.BgClassName
{
background-color: #FDD7FA;
}
</style>
border-color css
<style>
span { border-color: #FDD7FA; }
span { border-color: rgb(253,215,250); }
td.TdClassName
{
border-color: #FDD7FA;
}
.TagClassName
{
border-color: #FDD7FA;
}
</style>