Shades of Selago #F7E2FB
Tints of Selago #F7E2FB
RGB
CMYK
RGB Variations
Color information
#F7E2FB (or 0xF7E2FB) is known color: Selago. HEX triplet: F7, E2 and FB. RGB value is (247,226,251). Sum of RGB (Red+Green+Blue) = 247+226+251=724 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.12% from 724); Green value is 226 (88.67% from 255 or 31.22% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E2FB is #081D04. Grayscale: #EBEBEB. Windows color (decimal): -531717 or 16507639. OLE color: 16507639.
HSL color Cylindrical-coordinate representation of color #F7E2FB: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7E2FB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 226 | 251 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.02 |
| HSL | 290.4º | 0.76% | 0.94% | - |
| HSV(B) | 290.4º | 0.1% | 0.98% | - |
| XYZ | 82.97 | 81.13 | 102.55 | - |
| YUV | 235.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 251 | 0.02 | 0.10 | 0 | 0.02 | 290.4 | 0.76 | 0.94 |
| Hex | F7 | E2 | FB | 2 | A | 0 | 2 | 122 | 4C | 5E |
| Octal | 367 | 342 | 373 | 2 | 12 | 0 | 2 | 442 | 114 | 136 |
| Binary | 11110111 | 11100010 | 11111011 | 10 | 1010 | 0 | 10 | 100100010 | 1001100 | 1011110 |
Color Harmonies of #F7E2FB
Complementary color
Monochromatic Colors of #F7E2FB
Black with #F7E2FB
Text Example
Text Example
White with #F7E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2FB; }
p { color: rgb(247,226,251); }
H1.HeaderClassName
{
color: #F7E2FB;
}
.AnyTagClassName
{
color: #F7E2FB;
}
</style>
background-color css
<style>
a { background-color: #F7E2FB; }
a { background-color: rgb(247,226,251); }
div.DivClassName
{
background-color: #F7E2FB;
}
.BgClassName
{
background-color: #F7E2FB;
}
</style>
border-color css
<style>
span { border-color: #F7E2FB; }
span { border-color: rgb(247,226,251); }
td.TdClassName
{
border-color: #F7E2FB;
}
.TagClassName
{
border-color: #F7E2FB;
}
</style>