Shades of Selago #F7E9FA
Tints of Selago #F7E9FA
RGB
CMYK
RGB Variations
Color information
#F7E9FA (or 0xF7E9FA) is known color: Selago. HEX triplet: F7, E9 and FA. RGB value is (247,233,250). Sum of RGB (Red+Green+Blue) = 247+233+250=730 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.84% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E9FA is #081605. Grayscale: #EFEFEF. Windows color (decimal): -529926 or 16443895. OLE color: 16443895.
HSL color Cylindrical-coordinate representation of color #F7E9FA: hue angle of 289.41º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7E9FA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 233 | 250 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.02 |
| HSL | 289.41º | 0.63% | 0.95% | - |
| HSV(B) | 289.41º | 0.07% | 0.98% | - |
| XYZ | 84.75 | 84.95 | 102.37 | - |
| YUV | 239.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 233 | 250 | 0.01 | 0.07 | 0 | 0.02 | 289.41 | 0.63 | 0.95 |
| Hex | F7 | E9 | FA | 1 | 7 | 0 | 2 | 121 | 3F | 5F |
| Octal | 367 | 351 | 372 | 1 | 7 | 0 | 2 | 441 | 77 | 137 |
| Binary | 11110111 | 11101001 | 11111010 | 1 | 111 | 0 | 10 | 100100001 | 111111 | 1011111 |
Color Harmonies of #F7E9FA
Complementary color
Monochromatic Colors of #F7E9FA
Black with #F7E9FA
Text Example
Text Example
White with #F7E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E9FA; }
p { color: rgb(247,233,250); }
H1.HeaderClassName
{
color: #F7E9FA;
}
.AnyTagClassName
{
color: #F7E9FA;
}
</style>
background-color css
<style>
a { background-color: #F7E9FA; }
a { background-color: rgb(247,233,250); }
div.DivClassName
{
background-color: #F7E9FA;
}
.BgClassName
{
background-color: #F7E9FA;
}
</style>
border-color css
<style>
span { border-color: #F7E9FA; }
span { border-color: rgb(247,233,250); }
td.TdClassName
{
border-color: #F7E9FA;
}
.TagClassName
{
border-color: #F7E9FA;
}
</style>