Shades of Snuff #FDDBF7
Tints of Snuff #FDDBF7
RGB
CMYK
RGB Variations
Color information
#FDDBF7 (or 0xFDDBF7) is known color: Snuff. HEX triplet: FD, DB and F7. RGB value is (253,219,247). Sum of RGB (Red+Green+Blue) = 253+219+247=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF7 is #022408. Grayscale: #E8E8E8. Windows color (decimal): -140297 or 16243709. OLE color: 16243709.
HSL color Cylindrical-coordinate representation of color #FDDBF7: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBF7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 247 | - |
CMYK | 0 | 0.13 | 0.02 | 0.01 |
HSL | 310.59º | 0.89% | 0.93% | - |
HSV(B) | 310.59º | 0.13% | 0.99% | - |
XYZ | 82.63 | 78.26 | 98.75 | - |
YUV | 232.36 | 136.26 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 247 | 0 | 0.13 | 0.02 | 0.01 | 310.59 | 0.89 | 0.93 |
Hex | FD | DB | F7 | 0 | D | 2 | 1 | 137 | 59 | 5D |
Octal | 375 | 333 | 367 | 0 | 15 | 2 | 1 | 467 | 131 | 135 |
Binary | 11111101 | 11011011 | 11110111 | 0 | 1101 | 10 | 1 | 100110111 | 1011001 | 1011101 |
Color Harmonies of #FDDBF7
Complementary color
Monochromatic Colors of #FDDBF7
Black with #FDDBF7
Text Example
Text Example
White with #FDDBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBF7; }
p { color: rgb(253,219,247); }
H1.HeaderClassName
{
color: #FDDBF7;
}
.AnyTagClassName
{
color: #FDDBF7;
}
</style>
background-color css
<style>
a { background-color: #FDDBF7; }
a { background-color: rgb(253,219,247); }
div.DivClassName
{
background-color: #FDDBF7;
}
.BgClassName
{
background-color: #FDDBF7;
}
</style>
border-color css
<style>
span { border-color: #FDDBF7; }
span { border-color: rgb(253,219,247); }
td.TdClassName
{
border-color: #FDDBF7;
}
.TagClassName
{
border-color: #FDDBF7;
}
</style>