Shades of Selago #FEEBFD
Tints of Selago #FEEBFD
RGB
CMYK
RGB Variations
Color information
#FEEBFD (or 0xFEEBFD) is known color: Selago. HEX triplet: FE, EB and FD. RGB value is (254,235,253). Sum of RGB (Red+Green+Blue) = 254+235+253=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFD is #011402. Grayscale: #F2F2F2. Windows color (decimal): -70659 or 16641022. OLE color: 16641022.
HSL color Cylindrical-coordinate representation of color #FEEBFD: hue angle of 303.16º 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 #FEEBFD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 253 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.00 |
| HSL | 303.16º | 0.9% | 0.96% | - |
| HSV(B) | 303.16º | 0.07% | 1% | - |
| XYZ | 88.31 | 87.58 | 105.18 | - |
| YUV | 242.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 253 | 0 | 0.07 | 0.00 | 0.00 | 303.16 | 0.9 | 0.96 |
| Hex | FE | EB | FD | 0 | 7 | 0 | 0 | 12F | 5A | 60 |
| Octal | 376 | 353 | 375 | 0 | 7 | 0 | 0 | 457 | 132 | 140 |
| Binary | 11111110 | 11101011 | 11111101 | 0 | 111 | 0 | 0 | 100101111 | 1011010 | 1100000 |
Color Harmonies of #FEEBFD
Complementary color
Monochromatic Colors of #FEEBFD
Black with #FEEBFD
Text Example
Text Example
White with #FEEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBFD; }
p { color: rgb(254,235,253); }
H1.HeaderClassName
{
color: #FEEBFD;
}
.AnyTagClassName
{
color: #FEEBFD;
}
</style>
background-color css
<style>
a { background-color: #FEEBFD; }
a { background-color: rgb(254,235,253); }
div.DivClassName
{
background-color: #FEEBFD;
}
.BgClassName
{
background-color: #FEEBFD;
}
</style>
border-color css
<style>
span { border-color: #FEEBFD; }
span { border-color: rgb(254,235,253); }
td.TdClassName
{
border-color: #FEEBFD;
}
.TagClassName
{
border-color: #FEEBFD;
}
</style>