Shades of Selago #F9E3F4
Tints of Selago #F9E3F4
RGB
CMYK
RGB Variations
Color information
#F9E3F4 (or 0xF9E3F4) is known color: Selago. HEX triplet: F9, E3 and F4. RGB value is (249,227,244). Sum of RGB (Red+Green+Blue) = 249+227+244=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3F4 is #061C0B. Grayscale: #EBEBEB. Windows color (decimal): -400396 or 16049145. OLE color: 16049145.
HSL color Cylindrical-coordinate representation of color #F9E3F4: hue angle of 313.64º degrees, saturation: 0.65, 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 #F9E3F4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 244 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.02 |
| HSL | 313.64º | 0.65% | 0.93% | - |
| HSV(B) | 313.64º | 0.09% | 0.98% | - |
| XYZ | 82.87 | 81.61 | 96.97 | - |
| YUV | 235.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 244 | 0 | 0.09 | 0.02 | 0.02 | 313.64 | 0.65 | 0.93 |
| Hex | F9 | E3 | F4 | 0 | 9 | 2 | 2 | 13A | 41 | 5D |
| Octal | 371 | 343 | 364 | 0 | 11 | 2 | 2 | 472 | 101 | 135 |
| Binary | 11111001 | 11100011 | 11110100 | 0 | 1001 | 10 | 10 | 100111010 | 1000001 | 1011101 |
Color Harmonies of #F9E3F4
Complementary color
Monochromatic Colors of #F9E3F4
Black with #F9E3F4
Text Example
Text Example
White with #F9E3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E3F4; }
p { color: rgb(249,227,244); }
H1.HeaderClassName
{
color: #F9E3F4;
}
.AnyTagClassName
{
color: #F9E3F4;
}
</style>
background-color css
<style>
a { background-color: #F9E3F4; }
a { background-color: rgb(249,227,244); }
div.DivClassName
{
background-color: #F9E3F4;
}
.BgClassName
{
background-color: #F9E3F4;
}
</style>
border-color css
<style>
span { border-color: #F9E3F4; }
span { border-color: rgb(249,227,244); }
td.TdClassName
{
border-color: #F9E3F4;
}
.TagClassName
{
border-color: #F9E3F4;
}
</style>