Shades of Selago #FEECFE
Tints of Selago #FEECFE
RGB
CMYK
RGB Variations
Color information
#FEECFE (or 0xFEECFE) is known color: Selago. HEX triplet: FE, EC and FE. RGB value is (254,236,254). Sum of RGB (Red+Green+Blue) = 254+236+254=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 236 (92.58% from 255 or 31.72% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFE is #011301. Grayscale: #F3F3F3. Windows color (decimal): -70402 or 16706814. OLE color: 16706814.
HSL color Cylindrical-coordinate representation of color #FEECFE: hue angle of 300º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEECFE is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 254 | - |
| CMYK | 0 | 0.07 | 0 | 0.00 |
| HSL | 300º | 0.9% | 0.96% | - |
| HSV(B) | 300º | 0.07% | 1% | - |
| XYZ | 88.76 | 88.22 | 106.12 | - |
| YUV | 243.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 254 | 0 | 0.07 | 0 | 0.00 | 300 | 0.9 | 0.96 |
| Hex | FE | EC | FE | 0 | 7 | 0 | 0 | 12C | 5A | 60 |
| Octal | 376 | 354 | 376 | 0 | 7 | 0 | 0 | 454 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11111110 | 0 | 111 | 0 | 0 | 100101100 | 1011010 | 1100000 |
Color Harmonies of #FEECFE
Complementary color
Monochromatic Colors of #FEECFE
Black with #FEECFE
Text Example
Text Example
White with #FEECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECFE; }
p { color: rgb(254,236,254); }
H1.HeaderClassName
{
color: #FEECFE;
}
.AnyTagClassName
{
color: #FEECFE;
}
</style>
background-color css
<style>
a { background-color: #FEECFE; }
a { background-color: rgb(254,236,254); }
div.DivClassName
{
background-color: #FEECFE;
}
.BgClassName
{
background-color: #FEECFE;
}
</style>
border-color css
<style>
span { border-color: #FEECFE; }
span { border-color: rgb(254,236,254); }
td.TdClassName
{
border-color: #FEECFE;
}
.TagClassName
{
border-color: #FEECFE;
}
</style>