Shades of Snuff #FADDF6
Tints of Snuff #FADDF6
RGB
CMYK
RGB Variations
Color information
#FADDF6 (or 0xFADDF6) is known color: Snuff. HEX triplet: FA, DD and F6. RGB value is (250,221,246). Sum of RGB (Red+Green+Blue) = 250+221+246=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF6 is #052209. Grayscale: #E8E8E8. Windows color (decimal): -336394 or 16178682. OLE color: 16178682.
HSL color Cylindrical-coordinate representation of color #FADDF6: hue angle of 308.28º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDF6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 246 | - |
CMYK | 0 | 0.12 | 0.02 | 0.02 |
HSL | 308.28º | 0.74% | 0.92% | - |
HSV(B) | 308.28º | 0.12% | 0.98% | - |
XYZ | 81.92 | 78.69 | 98.06 | - |
YUV | 232.52 | 135.61 | 140.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 246 | 0 | 0.12 | 0.02 | 0.02 | 308.28 | 0.74 | 0.92 |
Hex | FA | DD | F6 | 0 | C | 2 | 2 | 134 | 4A | 5C |
Octal | 372 | 335 | 366 | 0 | 14 | 2 | 2 | 464 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110110 | 0 | 1100 | 10 | 10 | 100110100 | 1001010 | 1011100 |
Color Harmonies of #FADDF6
Complementary color
Monochromatic Colors of #FADDF6
Black with #FADDF6
Text Example
Text Example
White with #FADDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF6; }
p { color: rgb(250,221,246); }
H1.HeaderClassName
{
color: #FADDF6;
}
.AnyTagClassName
{
color: #FADDF6;
}
</style>
background-color css
<style>
a { background-color: #FADDF6; }
a { background-color: rgb(250,221,246); }
div.DivClassName
{
background-color: #FADDF6;
}
.BgClassName
{
background-color: #FADDF6;
}
</style>
border-color css
<style>
span { border-color: #FADDF6; }
span { border-color: rgb(250,221,246); }
td.TdClassName
{
border-color: #FADDF6;
}
.TagClassName
{
border-color: #FADDF6;
}
</style>