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