Shades of Selago #F8E1F4
Tints of Selago #F8E1F4
RGB
CMYK
RGB Variations
Color information
#F8E1F4 (or 0xF8E1F4) is known color: Selago. HEX triplet: F8, E1 and F4. RGB value is (248,225,244). Sum of RGB (Red+Green+Blue) = 248+225+244=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1F4 is #071E0B. Grayscale: #E9E9E9. Windows color (decimal): -466444 or 16048632. OLE color: 16048632.
HSL color Cylindrical-coordinate representation of color #F8E1F4: hue angle of 310.43º degrees, saturation: 0.62, 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 #F8E1F4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 244 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.03 |
| HSL | 310.43º | 0.62% | 0.93% | - |
| HSV(B) | 310.43º | 0.09% | 0.97% | - |
| XYZ | 81.97 | 80.34 | 96.77 | - |
| YUV | 234.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 244 | 0 | 0.09 | 0.02 | 0.03 | 310.43 | 0.62 | 0.93 |
| Hex | F8 | E1 | F4 | 0 | 9 | 2 | 3 | 136 | 3E | 5D |
| Octal | 370 | 341 | 364 | 0 | 11 | 2 | 3 | 466 | 76 | 135 |
| Binary | 11111000 | 11100001 | 11110100 | 0 | 1001 | 10 | 11 | 100110110 | 111110 | 1011101 |
Color Harmonies of #F8E1F4
Complementary color
Monochromatic Colors of #F8E1F4
Black with #F8E1F4
Text Example
Text Example
White with #F8E1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1F4; }
p { color: rgb(248,225,244); }
H1.HeaderClassName
{
color: #F8E1F4;
}
.AnyTagClassName
{
color: #F8E1F4;
}
</style>
background-color css
<style>
a { background-color: #F8E1F4; }
a { background-color: rgb(248,225,244); }
div.DivClassName
{
background-color: #F8E1F4;
}
.BgClassName
{
background-color: #F8E1F4;
}
</style>
border-color css
<style>
span { border-color: #F8E1F4; }
span { border-color: rgb(248,225,244); }
td.TdClassName
{
border-color: #F8E1F4;
}
.TagClassName
{
border-color: #F8E1F4;
}
</style>