Shades of Snuff #FADDF5
Tints of Snuff #FADDF5
RGB
CMYK
RGB Variations
Color information
#FADDF5 (or 0xFADDF5) is known color: Snuff. HEX triplet: FA, DD and F5. RGB value is (250,221,245). Sum of RGB (Red+Green+Blue) = 250+221+245=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF5 is #05220A. Grayscale: #E8E8E8. Windows color (decimal): -336395 or 16113146. OLE color: 16113146.
HSL color Cylindrical-coordinate representation of color #FADDF5: hue angle of 310.34º 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 #FADDF5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 245 | - |
CMYK | 0 | 0.12 | 0.02 | 0.02 |
HSL | 310.34º | 0.74% | 0.92% | - |
HSV(B) | 310.34º | 0.12% | 0.98% | - |
XYZ | 81.76 | 78.63 | 97.25 | - |
YUV | 232.41 | 135.11 | 140.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 245 | 0 | 0.12 | 0.02 | 0.02 | 310.34 | 0.74 | 0.92 |
Hex | FA | DD | F5 | 0 | C | 2 | 2 | 136 | 4A | 5C |
Octal | 372 | 335 | 365 | 0 | 14 | 2 | 2 | 466 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110101 | 0 | 1100 | 10 | 10 | 100110110 | 1001010 | 1011100 |
Color Harmonies of #FADDF5
Complementary color
Monochromatic Colors of #FADDF5
Black with #FADDF5
Text Example
Text Example
White with #FADDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF5; }
p { color: rgb(250,221,245); }
H1.HeaderClassName
{
color: #FADDF5;
}
.AnyTagClassName
{
color: #FADDF5;
}
</style>
background-color css
<style>
a { background-color: #FADDF5; }
a { background-color: rgb(250,221,245); }
div.DivClassName
{
background-color: #FADDF5;
}
.BgClassName
{
background-color: #FADDF5;
}
</style>
border-color css
<style>
span { border-color: #FADDF5; }
span { border-color: rgb(250,221,245); }
td.TdClassName
{
border-color: #FADDF5;
}
.TagClassName
{
border-color: #FADDF5;
}
</style>