Shades of Snuff #FAE0F5
Tints of Snuff #FAE0F5
RGB
CMYK
RGB Variations
Color information
#FAE0F5 (or 0xFAE0F5) is known color: Snuff. HEX triplet: FA, E0 and F5. RGB value is (250,224,245). Sum of RGB (Red+Green+Blue) = 250+224+245=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0F5 is #051F0A. Grayscale: #EAEAEA. Windows color (decimal): -335627 or 16113914. OLE color: 16113914.
HSL color Cylindrical-coordinate representation of color #FAE0F5: hue angle of 311.54º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0F5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 245 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.02 |
| HSL | 311.54º | 0.72% | 0.93% | - |
| HSV(B) | 311.54º | 0.1% | 0.98% | - |
| XYZ | 82.56 | 80.23 | 97.52 | - |
| YUV | 234.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 245 | 0 | 0.10 | 0.02 | 0.02 | 311.54 | 0.72 | 0.93 |
| Hex | FA | E0 | F5 | 0 | A | 2 | 2 | 138 | 48 | 5D |
| Octal | 372 | 340 | 365 | 0 | 12 | 2 | 2 | 470 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11110101 | 0 | 1010 | 10 | 10 | 100111000 | 1001000 | 1011101 |
Color Harmonies of #FAE0F5
Complementary color
Monochromatic Colors of #FAE0F5
Black with #FAE0F5
Text Example
Text Example
White with #FAE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0F5; }
p { color: rgb(250,224,245); }
H1.HeaderClassName
{
color: #FAE0F5;
}
.AnyTagClassName
{
color: #FAE0F5;
}
</style>
background-color css
<style>
a { background-color: #FAE0F5; }
a { background-color: rgb(250,224,245); }
div.DivClassName
{
background-color: #FAE0F5;
}
.BgClassName
{
background-color: #FAE0F5;
}
</style>
border-color css
<style>
span { border-color: #FAE0F5; }
span { border-color: rgb(250,224,245); }
td.TdClassName
{
border-color: #FAE0F5;
}
.TagClassName
{
border-color: #FAE0F5;
}
</style>