Shades of Selago #FED9FC
Tints of Selago #FED9FC
RGB
CMYK
RGB Variations
Color information
#FED9FC (or 0xFED9FC) is known color: Selago. HEX triplet: FE, D9 and FC. RGB value is (254,217,252). Sum of RGB (Red+Green+Blue) = 254+217+252=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FC is #012603. Grayscale: #E7E7E7. Windows color (decimal): -75268 or 16570878. OLE color: 16570878.
HSL color Cylindrical-coordinate representation of color #FED9FC: hue angle of 303.24º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9FC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 252 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.00 |
| HSL | 303.24º | 0.95% | 0.92% | - |
| HSV(B) | 303.24º | 0.15% | 1% | - |
| XYZ | 83.26 | 77.72 | 102.71 | - |
| YUV | 232.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 252 | 0 | 0.15 | 0.01 | 0.00 | 303.24 | 0.95 | 0.92 |
| Hex | FE | D9 | FC | 0 | F | 1 | 0 | 12F | 5F | 5C |
| Octal | 376 | 331 | 374 | 0 | 17 | 1 | 0 | 457 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11111100 | 0 | 1111 | 1 | 0 | 100101111 | 1011111 | 1011100 |
Color Harmonies of #FED9FC
Complementary color
Monochromatic Colors of #FED9FC
Black with #FED9FC
Text Example
Text Example
White with #FED9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9FC; }
p { color: rgb(254,217,252); }
H1.HeaderClassName
{
color: #FED9FC;
}
.AnyTagClassName
{
color: #FED9FC;
}
</style>
background-color css
<style>
a { background-color: #FED9FC; }
a { background-color: rgb(254,217,252); }
div.DivClassName
{
background-color: #FED9FC;
}
.BgClassName
{
background-color: #FED9FC;
}
</style>
border-color css
<style>
span { border-color: #FED9FC; }
span { border-color: rgb(254,217,252); }
td.TdClassName
{
border-color: #FED9FC;
}
.TagClassName
{
border-color: #FED9FC;
}
</style>