Shades of Selago #F7E2F4
Tints of Selago #F7E2F4
RGB
CMYK
RGB Variations
Color information
#F7E2F4 (or 0xF7E2F4) is known color: Selago. HEX triplet: F7, E2 and F4. RGB value is (247,226,244). Sum of RGB (Red+Green+Blue) = 247+226+244=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E2F4 is #081D0B. Grayscale: #EAEAEA. Windows color (decimal): -531724 or 16048887. OLE color: 16048887.
HSL color Cylindrical-coordinate representation of color #F7E2F4: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E2F4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 244 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.03 |
| HSL | 308.57º | 0.57% | 0.93% | - |
| HSV(B) | 308.57º | 0.09% | 0.97% | - |
| XYZ | 81.88 | 80.7 | 96.85 | - |
| YUV | 234.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 244 | 0 | 0.09 | 0.01 | 0.03 | 308.57 | 0.57 | 0.93 |
| Hex | F7 | E2 | F4 | 0 | 9 | 1 | 3 | 135 | 39 | 5D |
| Octal | 367 | 342 | 364 | 0 | 11 | 1 | 3 | 465 | 71 | 135 |
| Binary | 11110111 | 11100010 | 11110100 | 0 | 1001 | 1 | 11 | 100110101 | 111001 | 1011101 |
Color Harmonies of #F7E2F4
Complementary color
Monochromatic Colors of #F7E2F4
Black with #F7E2F4
Text Example
Text Example
White with #F7E2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2F4; }
p { color: rgb(247,226,244); }
H1.HeaderClassName
{
color: #F7E2F4;
}
.AnyTagClassName
{
color: #F7E2F4;
}
</style>
background-color css
<style>
a { background-color: #F7E2F4; }
a { background-color: rgb(247,226,244); }
div.DivClassName
{
background-color: #F7E2F4;
}
.BgClassName
{
background-color: #F7E2F4;
}
</style>
border-color css
<style>
span { border-color: #F7E2F4; }
span { border-color: rgb(247,226,244); }
td.TdClassName
{
border-color: #F7E2F4;
}
.TagClassName
{
border-color: #F7E2F4;
}
</style>