Shades of Selago #FEECFD
Tints of Selago #FEECFD
RGB
CMYK
RGB Variations
Color information
#FEECFD (or 0xFEECFD) is known color: Selago. HEX triplet: FE, EC and FD. RGB value is (254,236,253). Sum of RGB (Red+Green+Blue) = 254+236+253=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 236 (92.58% from 255 or 31.76% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFD is #011302. Grayscale: #F3F3F3. Windows color (decimal): -70403 or 16641278. OLE color: 16641278.
HSL color Cylindrical-coordinate representation of color #FEECFD: hue angle of 303.33º 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 #FEECFD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 253 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.00 |
| HSL | 303.33º | 0.9% | 0.96% | - |
| HSV(B) | 303.33º | 0.07% | 1% | - |
| XYZ | 88.6 | 88.15 | 105.27 | - |
| YUV | 243.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 253 | 0 | 0.07 | 0.00 | 0.00 | 303.33 | 0.9 | 0.96 |
| Hex | FE | EC | FD | 0 | 7 | 0 | 0 | 12F | 5A | 60 |
| Octal | 376 | 354 | 375 | 0 | 7 | 0 | 0 | 457 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11111101 | 0 | 111 | 0 | 0 | 100101111 | 1011010 | 1100000 |
Color Harmonies of #FEECFD
Complementary color
Monochromatic Colors of #FEECFD
Black with #FEECFD
Text Example
Text Example
White with #FEECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECFD; }
p { color: rgb(254,236,253); }
H1.HeaderClassName
{
color: #FEECFD;
}
.AnyTagClassName
{
color: #FEECFD;
}
</style>
background-color css
<style>
a { background-color: #FEECFD; }
a { background-color: rgb(254,236,253); }
div.DivClassName
{
background-color: #FEECFD;
}
.BgClassName
{
background-color: #FEECFD;
}
</style>
border-color css
<style>
span { border-color: #FEECFD; }
span { border-color: rgb(254,236,253); }
td.TdClassName
{
border-color: #FEECFD;
}
.TagClassName
{
border-color: #FEECFD;
}
</style>