Shades of Snuff #FADEF4
Tints of Snuff #FADEF4
RGB
CMYK
RGB Variations
Color information
#FADEF4 (or 0xFADEF4) is known color: Snuff. HEX triplet: FA, DE and F4. RGB value is (250,222,244). Sum of RGB (Red+Green+Blue) = 250+222+244=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF4 is #05210B. Grayscale: #E8E8E8. Windows color (decimal): -336140 or 16047866. OLE color: 16047866.
HSL color Cylindrical-coordinate representation of color #FADEF4: hue angle of 312.86º 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 #FADEF4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 244 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 312.86º | 0.74% | 0.93% | - |
| HSV(B) | 312.86º | 0.11% | 0.98% | - |
| XYZ | 81.87 | 79.1 | 96.54 | - |
| YUV | 232.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 244 | 0 | 0.11 | 0.02 | 0.02 | 312.86 | 0.74 | 0.93 |
| Hex | FA | DE | F4 | 0 | B | 2 | 2 | 139 | 4A | 5D |
| Octal | 372 | 336 | 364 | 0 | 13 | 2 | 2 | 471 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110100 | 0 | 1011 | 10 | 10 | 100111001 | 1001010 | 1011101 |
Color Harmonies of #FADEF4
Complementary color
Monochromatic Colors of #FADEF4
Black with #FADEF4
Text Example
Text Example
White with #FADEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF4; }
p { color: rgb(250,222,244); }
H1.HeaderClassName
{
color: #FADEF4;
}
.AnyTagClassName
{
color: #FADEF4;
}
</style>
background-color css
<style>
a { background-color: #FADEF4; }
a { background-color: rgb(250,222,244); }
div.DivClassName
{
background-color: #FADEF4;
}
.BgClassName
{
background-color: #FADEF4;
}
</style>
border-color css
<style>
span { border-color: #FADEF4; }
span { border-color: rgb(250,222,244); }
td.TdClassName
{
border-color: #FADEF4;
}
.TagClassName
{
border-color: #FADEF4;
}
</style>