Shades of Selago #F7E0F4
Tints of Selago #F7E0F4
RGB
CMYK
RGB Variations
Color information
#F7E0F4 (or 0xF7E0F4) is known color: Selago. HEX triplet: F7, E0 and F4. RGB value is (247,224,244). Sum of RGB (Red+Green+Blue) = 247+224+244=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0F4 is #081F0B. Grayscale: #E9E9E9. Windows color (decimal): -532236 or 16048375. OLE color: 16048375.
HSL color Cylindrical-coordinate representation of color #F7E0F4: hue angle of 307.83º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E0F4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 244 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.03 |
| HSL | 307.83º | 0.59% | 0.92% | - |
| HSV(B) | 307.83º | 0.09% | 0.97% | - |
| XYZ | 81.34 | 79.62 | 96.67 | - |
| YUV | 233.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 244 | 0 | 0.09 | 0.01 | 0.03 | 307.83 | 0.59 | 0.92 |
| Hex | F7 | E0 | F4 | 0 | 9 | 1 | 3 | 134 | 3B | 5C |
| Octal | 367 | 340 | 364 | 0 | 11 | 1 | 3 | 464 | 73 | 134 |
| Binary | 11110111 | 11100000 | 11110100 | 0 | 1001 | 1 | 11 | 100110100 | 111011 | 1011100 |
Color Harmonies of #F7E0F4
Complementary color
Monochromatic Colors of #F7E0F4
Black with #F7E0F4
Text Example
Text Example
White with #F7E0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0F4; }
p { color: rgb(247,224,244); }
H1.HeaderClassName
{
color: #F7E0F4;
}
.AnyTagClassName
{
color: #F7E0F4;
}
</style>
background-color css
<style>
a { background-color: #F7E0F4; }
a { background-color: rgb(247,224,244); }
div.DivClassName
{
background-color: #F7E0F4;
}
.BgClassName
{
background-color: #F7E0F4;
}
</style>
border-color css
<style>
span { border-color: #F7E0F4; }
span { border-color: rgb(247,224,244); }
td.TdClassName
{
border-color: #F7E0F4;
}
.TagClassName
{
border-color: #F7E0F4;
}
</style>