Shades of Selago #F9E1FF
Tints of Selago #F9E1FF
RGB
CMYK
RGB Variations
Color information
#F9E1FF (or 0xF9E1FF) is known color: Selago. HEX triplet: F9, E1 and FF. RGB value is (249,225,255). Sum of RGB (Red+Green+Blue) = 249+225+255=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E1FF is #061E00. Grayscale: #EBEBEB. Windows color (decimal): -400897 or 16769529. OLE color: 16769529.
HSL color Cylindrical-coordinate representation of color #F9E1FF: hue angle of 288º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9E1FF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 225 | 255 | - |
| CMYK | 0.02 | 0.12 | 0 | 0 |
| HSL | 288º | 1% | 0.94% | - |
| HSV(B) | 288º | 0.12% | 1% | - |
| XYZ | 84.04 | 81.21 | 105.85 | - |
| YUV | 235.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 255 | 0.02 | 0.12 | 0 | 0 | 288 | 1 | 0.94 |
| Hex | F9 | E1 | FF | 2 | C | 0 | 0 | 120 | 64 | 5E |
| Octal | 371 | 341 | 377 | 2 | 14 | 0 | 0 | 440 | 144 | 136 |
| Binary | 11111001 | 11100001 | 11111111 | 10 | 1100 | 0 | 0 | 100100000 | 1100100 | 1011110 |
Color Harmonies of #F9E1FF
Complementary color
Monochromatic Colors of #F9E1FF
Black with #F9E1FF
Text Example
Text Example
White with #F9E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1FF; }
p { color: rgb(249,225,255); }
H1.HeaderClassName
{
color: #F9E1FF;
}
.AnyTagClassName
{
color: #F9E1FF;
}
</style>
background-color css
<style>
a { background-color: #F9E1FF; }
a { background-color: rgb(249,225,255); }
div.DivClassName
{
background-color: #F9E1FF;
}
.BgClassName
{
background-color: #F9E1FF;
}
</style>
border-color css
<style>
span { border-color: #F9E1FF; }
span { border-color: rgb(249,225,255); }
td.TdClassName
{
border-color: #F9E1FF;
}
.TagClassName
{
border-color: #F9E1FF;
}
</style>