Shades of Selago #F7E0FC
Tints of Selago #F7E0FC
RGB
CMYK
RGB Variations
Color information
#F7E0FC (or 0xF7E0FC) is known color: Selago. HEX triplet: F7, E0 and FC. RGB value is (247,224,252). Sum of RGB (Red+Green+Blue) = 247+224+252=723 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.16% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0FC is #081F03. Grayscale: #E9E9E9. Windows color (decimal): -532228 or 16572663. OLE color: 16572663.
HSL color Cylindrical-coordinate representation of color #F7E0FC: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7E0FC is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 224 | 252 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.01 |
| HSL | 289.29º | 0.82% | 0.93% | - |
| HSV(B) | 289.29º | 0.11% | 0.99% | - |
| XYZ | 82.58 | 80.11 | 103.21 | - |
| YUV | 234.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 252 | 0.02 | 0.11 | 0 | 0.01 | 289.29 | 0.82 | 0.93 |
| Hex | F7 | E0 | FC | 2 | B | 0 | 1 | 121 | 52 | 5D |
| Octal | 367 | 340 | 374 | 2 | 13 | 0 | 1 | 441 | 122 | 135 |
| Binary | 11110111 | 11100000 | 11111100 | 10 | 1011 | 0 | 1 | 100100001 | 1010010 | 1011101 |
Color Harmonies of #F7E0FC
Complementary color
Monochromatic Colors of #F7E0FC
Black with #F7E0FC
Text Example
Text Example
White with #F7E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0FC; }
p { color: rgb(247,224,252); }
H1.HeaderClassName
{
color: #F7E0FC;
}
.AnyTagClassName
{
color: #F7E0FC;
}
</style>
background-color css
<style>
a { background-color: #F7E0FC; }
a { background-color: rgb(247,224,252); }
div.DivClassName
{
background-color: #F7E0FC;
}
.BgClassName
{
background-color: #F7E0FC;
}
</style>
border-color css
<style>
span { border-color: #F7E0FC; }
span { border-color: rgb(247,224,252); }
td.TdClassName
{
border-color: #F7E0FC;
}
.TagClassName
{
border-color: #F7E0FC;
}
</style>