Shades of Selago #FEEEFC
Tints of Selago #FEEEFC
RGB
CMYK
RGB Variations
Color information
#FEEEFC (or 0xFEEEFC) is known color: Selago. HEX triplet: FE, EE and FC. RGB value is (254,238,252). Sum of RGB (Red+Green+Blue) = 254+238+252=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 238 (93.36% from 255 or 31.99% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFC is #011103. Grayscale: #F4F4F4. Windows color (decimal): -69892 or 16576254. OLE color: 16576254.
HSL color Cylindrical-coordinate representation of color #FEEEFC: hue angle of 307.5º 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 #FEEEFC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 252 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.00 |
| HSL | 307.5º | 0.89% | 0.96% | - |
| HSV(B) | 307.5º | 0.06% | 1% | - |
| XYZ | 89.02 | 89.25 | 104.63 | - |
| YUV | 244.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 252 | 0 | 0.06 | 0.01 | 0.00 | 307.5 | 0.89 | 0.96 |
| Hex | FE | EE | FC | 0 | 6 | 1 | 0 | 134 | 59 | 60 |
| Octal | 376 | 356 | 374 | 0 | 6 | 1 | 0 | 464 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11111100 | 0 | 110 | 1 | 0 | 100110100 | 1011001 | 1100000 |
Color Harmonies of #FEEEFC
Complementary color
Monochromatic Colors of #FEEEFC
Black with #FEEEFC
Text Example
Text Example
White with #FEEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEFC; }
p { color: rgb(254,238,252); }
H1.HeaderClassName
{
color: #FEEEFC;
}
.AnyTagClassName
{
color: #FEEEFC;
}
</style>
background-color css
<style>
a { background-color: #FEEEFC; }
a { background-color: rgb(254,238,252); }
div.DivClassName
{
background-color: #FEEEFC;
}
.BgClassName
{
background-color: #FEEEFC;
}
</style>
border-color css
<style>
span { border-color: #FEEEFC; }
span { border-color: rgb(254,238,252); }
td.TdClassName
{
border-color: #FEEEFC;
}
.TagClassName
{
border-color: #FEEEFC;
}
</style>