Shades of Selago #F5E2F9
Tints of Selago #F5E2F9
RGB
CMYK
RGB Variations
Color information
#F5E2F9 (or 0xF5E2F9) is known color: Selago. HEX triplet: F5, E2 and F9. RGB value is (245,226,249). Sum of RGB (Red+Green+Blue) = 245+226+249=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 226 (88.67% from 255 or 31.39% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5E2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2F9 is #0A1D06. Grayscale: #EAEAEA. Windows color (decimal): -662791 or 16376565. OLE color: 16376565.
HSL color Cylindrical-coordinate representation of color #F5E2F9: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E2F9 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 226 | 249 | - |
CMYK | 0.02 | 0.09 | 0 | 0.02 |
HSL | 289.57º | 0.66% | 0.93% | - |
HSV(B) | 289.57º | 0.09% | 0.98% | - |
XYZ | 81.95 | 80.64 | 100.87 | - |
YUV | 234.3 | 136.29 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 249 | 0.02 | 0.09 | 0 | 0.02 | 289.57 | 0.66 | 0.93 |
Hex | F5 | E2 | F9 | 2 | 9 | 0 | 2 | 122 | 42 | 5D |
Octal | 365 | 342 | 371 | 2 | 11 | 0 | 2 | 442 | 102 | 135 |
Binary | 11110101 | 11100010 | 11111001 | 10 | 1001 | 0 | 10 | 100100010 | 1000010 | 1011101 |
Color Harmonies of #F5E2F9
Complementary color
Monochromatic Colors of #F5E2F9
Black with #F5E2F9
Text Example
Text Example
White with #F5E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2F9; }
p { color: rgb(245,226,249); }
H1.HeaderClassName
{
color: #F5E2F9;
}
.AnyTagClassName
{
color: #F5E2F9;
}
</style>
background-color css
<style>
a { background-color: #F5E2F9; }
a { background-color: rgb(245,226,249); }
div.DivClassName
{
background-color: #F5E2F9;
}
.BgClassName
{
background-color: #F5E2F9;
}
</style>
border-color css
<style>
span { border-color: #F5E2F9; }
span { border-color: rgb(245,226,249); }
td.TdClassName
{
border-color: #F5E2F9;
}
.TagClassName
{
border-color: #F5E2F9;
}
</style>