Shades of Selago #FEECFB
Tints of Selago #FEECFB
RGB
CMYK
RGB Variations
Color information
#FEECFB (or 0xFEECFB) is known color: Selago. HEX triplet: FE, EC and FB. RGB value is (254,236,251). Sum of RGB (Red+Green+Blue) = 254+236+251=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 236 (92.58% from 255 or 31.85% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFB is #011304. Grayscale: #F3F3F3. Windows color (decimal): -70405 or 16510206. OLE color: 16510206.
HSL color Cylindrical-coordinate representation of color #FEECFB: hue angle of 310º 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 #FEECFB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 251 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.00 |
| HSL | 310º | 0.9% | 0.96% | - |
| HSV(B) | 310º | 0.07% | 1% | - |
| XYZ | 88.28 | 88.03 | 103.6 | - |
| YUV | 243.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 251 | 0 | 0.07 | 0.01 | 0.00 | 310 | 0.9 | 0.96 |
| Hex | FE | EC | FB | 0 | 7 | 1 | 0 | 136 | 5A | 60 |
| Octal | 376 | 354 | 373 | 0 | 7 | 1 | 0 | 466 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11111011 | 0 | 111 | 1 | 0 | 100110110 | 1011010 | 1100000 |
Color Harmonies of #FEECFB
Complementary color
Monochromatic Colors of #FEECFB
Black with #FEECFB
Text Example
Text Example
White with #FEECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECFB; }
p { color: rgb(254,236,251); }
H1.HeaderClassName
{
color: #FEECFB;
}
.AnyTagClassName
{
color: #FEECFB;
}
</style>
background-color css
<style>
a { background-color: #FEECFB; }
a { background-color: rgb(254,236,251); }
div.DivClassName
{
background-color: #FEECFB;
}
.BgClassName
{
background-color: #FEECFB;
}
</style>
border-color css
<style>
span { border-color: #FEECFB; }
span { border-color: rgb(254,236,251); }
td.TdClassName
{
border-color: #FEECFB;
}
.TagClassName
{
border-color: #FEECFB;
}
</style>