Shades of Selago #F4E1F5
Tints of Selago #F4E1F5
RGB
CMYK
RGB Variations
Color information
#F4E1F5 (or 0xF4E1F5) is known color: Selago. HEX triplet: F4, E1 and F5. RGB value is (244,225,245). Sum of RGB (Red+Green+Blue) = 244+225+245=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4E1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E1F5 is #0B1E0A. Grayscale: #E8E8E8. Windows color (decimal): -728587 or 16114164. OLE color: 16114164.
HSL color Cylindrical-coordinate representation of color #F4E1F5: hue angle of 297º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4E1F5 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 245 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.04 |
| HSL | 297º | 0.5% | 0.92% | - |
| HSV(B) | 297º | 0.08% | 0.96% | - |
| XYZ | 80.71 | 79.68 | 97.51 | - |
| YUV | 232.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 245 | 0.00 | 0.08 | 0 | 0.04 | 297 | 0.5 | 0.92 |
| Hex | F4 | E1 | F5 | 0 | 8 | 0 | 4 | 129 | 32 | 5C |
| Octal | 364 | 341 | 365 | 0 | 10 | 0 | 4 | 451 | 62 | 134 |
| Binary | 11110100 | 11100001 | 11110101 | 0 | 1000 | 0 | 100 | 100101001 | 110010 | 1011100 |
Color Harmonies of #F4E1F5
Complementary color
Monochromatic Colors of #F4E1F5
Black with #F4E1F5
Text Example
Text Example
White with #F4E1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E1F5; }
p { color: rgb(244,225,245); }
H1.HeaderClassName
{
color: #F4E1F5;
}
.AnyTagClassName
{
color: #F4E1F5;
}
</style>
background-color css
<style>
a { background-color: #F4E1F5; }
a { background-color: rgb(244,225,245); }
div.DivClassName
{
background-color: #F4E1F5;
}
.BgClassName
{
background-color: #F4E1F5;
}
</style>
border-color css
<style>
span { border-color: #F4E1F5; }
span { border-color: rgb(244,225,245); }
td.TdClassName
{
border-color: #F4E1F5;
}
.TagClassName
{
border-color: #F4E1F5;
}
</style>