Shades of Selago #F9DEFE
Tints of Selago #F9DEFE
RGB
CMYK
RGB Variations
Color information
#F9DEFE (or 0xF9DEFE) is known color: Selago. HEX triplet: F9, DE and FE. RGB value is (249,222,254). Sum of RGB (Red+Green+Blue) = 249+222+254=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DEFE is #062101. Grayscale: #E9E9E9. Windows color (decimal): -401666 or 16703225. OLE color: 16703225.
HSL color Cylindrical-coordinate representation of color #F9DEFE: hue angle of 290.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9DEFE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 222 | 254 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.00 |
| HSL | 290.63º | 0.94% | 0.93% | - |
| HSV(B) | 290.63º | 0.13% | 1% | - |
| XYZ | 83.08 | 79.54 | 104.74 | - |
| YUV | 233.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 254 | 0.02 | 0.13 | 0 | 0.00 | 290.63 | 0.94 | 0.93 |
| Hex | F9 | DE | FE | 2 | D | 0 | 0 | 123 | 5E | 5D |
| Octal | 371 | 336 | 376 | 2 | 15 | 0 | 0 | 443 | 136 | 135 |
| Binary | 11111001 | 11011110 | 11111110 | 10 | 1101 | 0 | 0 | 100100011 | 1011110 | 1011101 |
Color Harmonies of #F9DEFE
Complementary color
Monochromatic Colors of #F9DEFE
Black with #F9DEFE
Text Example
Text Example
White with #F9DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEFE; }
p { color: rgb(249,222,254); }
H1.HeaderClassName
{
color: #F9DEFE;
}
.AnyTagClassName
{
color: #F9DEFE;
}
</style>
background-color css
<style>
a { background-color: #F9DEFE; }
a { background-color: rgb(249,222,254); }
div.DivClassName
{
background-color: #F9DEFE;
}
.BgClassName
{
background-color: #F9DEFE;
}
</style>
border-color css
<style>
span { border-color: #F9DEFE; }
span { border-color: rgb(249,222,254); }
td.TdClassName
{
border-color: #F9DEFE;
}
.TagClassName
{
border-color: #F9DEFE;
}
</style>