Shades of Selago #F7E1F4
Tints of Selago #F7E1F4
RGB
CMYK
RGB Variations
Color information
#F7E1F4 (or 0xF7E1F4) is known color: Selago. HEX triplet: F7, E1 and F4. RGB value is (247,225,244). Sum of RGB (Red+Green+Blue) = 247+225+244=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E1F4 is #081E0B. Grayscale: #E9E9E9. Windows color (decimal): -531980 or 16048631. OLE color: 16048631.
HSL color Cylindrical-coordinate representation of color #F7E1F4: hue angle of 308.18º degrees, saturation: 0.58, 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 #F7E1F4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 244 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.03 |
| HSL | 308.18º | 0.58% | 0.93% | - |
| HSV(B) | 308.18º | 0.09% | 0.97% | - |
| XYZ | 81.61 | 80.16 | 96.76 | - |
| YUV | 233.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 244 | 0 | 0.09 | 0.01 | 0.03 | 308.18 | 0.58 | 0.93 |
| Hex | F7 | E1 | F4 | 0 | 9 | 1 | 3 | 134 | 3A | 5D |
| Octal | 367 | 341 | 364 | 0 | 11 | 1 | 3 | 464 | 72 | 135 |
| Binary | 11110111 | 11100001 | 11110100 | 0 | 1001 | 1 | 11 | 100110100 | 111010 | 1011101 |
Color Harmonies of #F7E1F4
Complementary color
Monochromatic Colors of #F7E1F4
Black with #F7E1F4
Text Example
Text Example
White with #F7E1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1F4; }
p { color: rgb(247,225,244); }
H1.HeaderClassName
{
color: #F7E1F4;
}
.AnyTagClassName
{
color: #F7E1F4;
}
</style>
background-color css
<style>
a { background-color: #F7E1F4; }
a { background-color: rgb(247,225,244); }
div.DivClassName
{
background-color: #F7E1F4;
}
.BgClassName
{
background-color: #F7E1F4;
}
</style>
border-color css
<style>
span { border-color: #F7E1F4; }
span { border-color: rgb(247,225,244); }
td.TdClassName
{
border-color: #F7E1F4;
}
.TagClassName
{
border-color: #F7E1F4;
}
</style>