Shades of Selago #FEE0F8
Tints of Selago #FEE0F8
RGB
CMYK
RGB Variations
Color information
#FEE0F8 (or 0xFEE0F8) is known color: Selago. HEX triplet: FE, E0 and F8. RGB value is (254,224,248). Sum of RGB (Red+Green+Blue) = 254+224+248=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F8 is #011F07. Grayscale: #EBEBEB. Windows color (decimal): -73480 or 16310526. OLE color: 16310526.
HSL color Cylindrical-coordinate representation of color #FEE0F8: hue angle of 312º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0F8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 248 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.00 |
| HSL | 312º | 0.94% | 0.94% | - |
| HSV(B) | 312º | 0.12% | 1% | - |
| XYZ | 84.47 | 81.16 | 100.02 | - |
| YUV | 235.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 248 | 0 | 0.12 | 0.02 | 0.00 | 312 | 0.94 | 0.94 |
| Hex | FE | E0 | F8 | 0 | C | 2 | 0 | 138 | 5E | 5E |
| Octal | 376 | 340 | 370 | 0 | 14 | 2 | 0 | 470 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11111000 | 0 | 1100 | 10 | 0 | 100111000 | 1011110 | 1011110 |
Color Harmonies of #FEE0F8
Complementary color
Monochromatic Colors of #FEE0F8
Black with #FEE0F8
Text Example
Text Example
White with #FEE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0F8; }
p { color: rgb(254,224,248); }
H1.HeaderClassName
{
color: #FEE0F8;
}
.AnyTagClassName
{
color: #FEE0F8;
}
</style>
background-color css
<style>
a { background-color: #FEE0F8; }
a { background-color: rgb(254,224,248); }
div.DivClassName
{
background-color: #FEE0F8;
}
.BgClassName
{
background-color: #FEE0F8;
}
</style>
border-color css
<style>
span { border-color: #FEE0F8; }
span { border-color: rgb(254,224,248); }
td.TdClassName
{
border-color: #FEE0F8;
}
.TagClassName
{
border-color: #FEE0F8;
}
</style>