Shades of Snuff #FDDBF5
Tints of Snuff #FDDBF5
RGB
CMYK
RGB Variations
Color information
#FDDBF5 (or 0xFDDBF5) is known color: Snuff. HEX triplet: FD, DB and F5. RGB value is (253,219,245). Sum of RGB (Red+Green+Blue) = 253+219+245=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF5 is #02240A. Grayscale: #E8E8E8. Windows color (decimal): -140299 or 16112637. OLE color: 16112637.
HSL color Cylindrical-coordinate representation of color #FDDBF5: hue angle of 314.12º 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 #FDDBF5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 245 | - |
CMYK | 0 | 0.13 | 0.03 | 0.01 |
HSL | 314.12º | 0.89% | 0.93% | - |
HSV(B) | 314.12º | 0.13% | 0.99% | - |
XYZ | 82.32 | 78.14 | 97.13 | - |
YUV | 232.13 | 135.26 | 142.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 245 | 0 | 0.13 | 0.03 | 0.01 | 314.12 | 0.89 | 0.93 |
Hex | FD | DB | F5 | 0 | D | 3 | 1 | 13A | 59 | 5D |
Octal | 375 | 333 | 365 | 0 | 15 | 3 | 1 | 472 | 131 | 135 |
Binary | 11111101 | 11011011 | 11110101 | 0 | 1101 | 11 | 1 | 100111010 | 1011001 | 1011101 |
Color Harmonies of #FDDBF5
Complementary color
Monochromatic Colors of #FDDBF5
Black with #FDDBF5
Text Example
Text Example
White with #FDDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBF5; }
p { color: rgb(253,219,245); }
H1.HeaderClassName
{
color: #FDDBF5;
}
.AnyTagClassName
{
color: #FDDBF5;
}
</style>
background-color css
<style>
a { background-color: #FDDBF5; }
a { background-color: rgb(253,219,245); }
div.DivClassName
{
background-color: #FDDBF5;
}
.BgClassName
{
background-color: #FDDBF5;
}
</style>
border-color css
<style>
span { border-color: #FDDBF5; }
span { border-color: rgb(253,219,245); }
td.TdClassName
{
border-color: #FDDBF5;
}
.TagClassName
{
border-color: #FDDBF5;
}
</style>