Shades of Selago #FEEEFE
Tints of Selago #FEEEFE
RGB
CMYK
RGB Variations
Color information
#FEEEFE (or 0xFEEEFE) is known color: Selago. HEX triplet: FE, EE and FE. RGB value is (254,238,254). Sum of RGB (Red+Green+Blue) = 254+238+254=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 238 (93.36% from 255 or 31.90% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFE is #011101. Grayscale: #F4F4F4. Windows color (decimal): -69890 or 16707326. OLE color: 16707326.
HSL color Cylindrical-coordinate representation of color #FEEEFE: hue angle of 300º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEEEFE is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 254 | - |
| CMYK | 0 | 0.06 | 0 | 0.00 |
| HSL | 300º | 0.89% | 0.96% | - |
| HSV(B) | 300º | 0.06% | 1% | - |
| XYZ | 89.34 | 89.38 | 106.31 | - |
| YUV | 244.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 254 | 0 | 0.06 | 0 | 0.00 | 300 | 0.89 | 0.96 |
| Hex | FE | EE | FE | 0 | 6 | 0 | 0 | 12C | 59 | 60 |
| Octal | 376 | 356 | 376 | 0 | 6 | 0 | 0 | 454 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11111110 | 0 | 110 | 0 | 0 | 100101100 | 1011001 | 1100000 |
Color Harmonies of #FEEEFE
Complementary color
Monochromatic Colors of #FEEEFE
Black with #FEEEFE
Text Example
Text Example
White with #FEEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEFE; }
p { color: rgb(254,238,254); }
H1.HeaderClassName
{
color: #FEEEFE;
}
.AnyTagClassName
{
color: #FEEEFE;
}
</style>
background-color css
<style>
a { background-color: #FEEEFE; }
a { background-color: rgb(254,238,254); }
div.DivClassName
{
background-color: #FEEEFE;
}
.BgClassName
{
background-color: #FEEEFE;
}
</style>
border-color css
<style>
span { border-color: #FEEEFE; }
span { border-color: rgb(254,238,254); }
td.TdClassName
{
border-color: #FEEEFE;
}
.TagClassName
{
border-color: #FEEEFE;
}
</style>