Shades of Snuff #FADEF5
Tints of Snuff #FADEF5
RGB
CMYK
RGB Variations
Color information
#FADEF5 (or 0xFADEF5) is known color: Snuff. HEX triplet: FA, DE and F5. RGB value is (250,222,245). Sum of RGB (Red+Green+Blue) = 250+222+245=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF5 is #05210A. Grayscale: #E8E8E8. Windows color (decimal): -336139 or 16113402. OLE color: 16113402.
HSL color Cylindrical-coordinate representation of color #FADEF5: hue angle of 310.71º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEF5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 245 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 310.71º | 0.74% | 0.93% | - |
| HSV(B) | 310.71º | 0.11% | 0.98% | - |
| XYZ | 82.03 | 79.16 | 97.34 | - |
| YUV | 232.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 245 | 0 | 0.11 | 0.02 | 0.02 | 310.71 | 0.74 | 0.93 |
| Hex | FA | DE | F5 | 0 | B | 2 | 2 | 137 | 4A | 5D |
| Octal | 372 | 336 | 365 | 0 | 13 | 2 | 2 | 467 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110101 | 0 | 1011 | 10 | 10 | 100110111 | 1001010 | 1011101 |
Color Harmonies of #FADEF5
Complementary color
Monochromatic Colors of #FADEF5
Black with #FADEF5
Text Example
Text Example
White with #FADEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF5; }
p { color: rgb(250,222,245); }
H1.HeaderClassName
{
color: #FADEF5;
}
.AnyTagClassName
{
color: #FADEF5;
}
</style>
background-color css
<style>
a { background-color: #FADEF5; }
a { background-color: rgb(250,222,245); }
div.DivClassName
{
background-color: #FADEF5;
}
.BgClassName
{
background-color: #FADEF5;
}
</style>
border-color css
<style>
span { border-color: #FADEF5; }
span { border-color: rgb(250,222,245); }
td.TdClassName
{
border-color: #FADEF5;
}
.TagClassName
{
border-color: #FADEF5;
}
</style>