Shades of Snuff #FDD9F9
Tints of Snuff #FDD9F9
RGB
CMYK
RGB Variations
Color information
#FDD9F9 (or 0xFDD9F9) is known color: Snuff. HEX triplet: FD, D9 and F9. RGB value is (253,217,249). Sum of RGB (Red+Green+Blue) = 253+217+249=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 217 (85.16% from 255 or 30.18% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F9 is #022606. Grayscale: #E7E7E7. Windows color (decimal): -140807 or 16374269. OLE color: 16374269.
HSL color Cylindrical-coordinate representation of color #FDD9F9: hue angle of 306.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 249 | - |
CMYK | 0 | 0.14 | 0.02 | 0.01 |
HSL | 306.67º | 0.9% | 0.92% | - |
HSV(B) | 306.67º | 0.14% | 0.99% | - |
XYZ | 82.42 | 77.35 | 100.21 | - |
YUV | 231.41 | 137.93 | 143.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 249 | 0 | 0.14 | 0.02 | 0.01 | 306.67 | 0.9 | 0.92 |
Hex | FD | D9 | F9 | 0 | E | 2 | 1 | 133 | 5A | 5C |
Octal | 375 | 331 | 371 | 0 | 16 | 2 | 1 | 463 | 132 | 134 |
Binary | 11111101 | 11011001 | 11111001 | 0 | 1110 | 10 | 1 | 100110011 | 1011010 | 1011100 |
Color Harmonies of #FDD9F9
Complementary color
Monochromatic Colors of #FDD9F9
Black with #FDD9F9
Text Example
Text Example
White with #FDD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9F9; }
p { color: rgb(253,217,249); }
H1.HeaderClassName
{
color: #FDD9F9;
}
.AnyTagClassName
{
color: #FDD9F9;
}
</style>
background-color css
<style>
a { background-color: #FDD9F9; }
a { background-color: rgb(253,217,249); }
div.DivClassName
{
background-color: #FDD9F9;
}
.BgClassName
{
background-color: #FDD9F9;
}
</style>
border-color css
<style>
span { border-color: #FDD9F9; }
span { border-color: rgb(253,217,249); }
td.TdClassName
{
border-color: #FDD9F9;
}
.TagClassName
{
border-color: #FDD9F9;
}
</style>