Shades of Selago #FED9FF
Tints of Selago #FED9FF
RGB
CMYK
RGB Variations
Color information
#FED9FF (or 0xFED9FF) is known color: Selago. HEX triplet: FE, D9 and FF. RGB value is (254,217,255). Sum of RGB (Red+Green+Blue) = 254+217+255=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 217 (85.16% from 255 or 29.89% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FF is #012600. Grayscale: #E8E8E8. Windows color (decimal): -75265 or 16767486. OLE color: 16767486.
HSL color Cylindrical-coordinate representation of color #FED9FF: hue angle of 298.42º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9FF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 217 | 255 | - |
| CMYK | 0.00 | 0.15 | 0 | 0 |
| HSL | 298.42º | 1% | 0.93% | - |
| HSV(B) | 298.42º | 0.15% | 1% | - |
| XYZ | 83.74 | 77.92 | 105.23 | - |
| YUV | 232.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 255 | 0.00 | 0.15 | 0 | 0 | 298.42 | 1 | 0.93 |
| Hex | FE | D9 | FF | 0 | F | 0 | 0 | 12A | 64 | 5D |
| Octal | 376 | 331 | 377 | 0 | 17 | 0 | 0 | 452 | 144 | 135 |
| Binary | 11111110 | 11011001 | 11111111 | 0 | 1111 | 0 | 0 | 100101010 | 1100100 | 1011101 |
Color Harmonies of #FED9FF
Complementary color
Monochromatic Colors of #FED9FF
Black with #FED9FF
Text Example
Text Example
White with #FED9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9FF; }
p { color: rgb(254,217,255); }
H1.HeaderClassName
{
color: #FED9FF;
}
.AnyTagClassName
{
color: #FED9FF;
}
</style>
background-color css
<style>
a { background-color: #FED9FF; }
a { background-color: rgb(254,217,255); }
div.DivClassName
{
background-color: #FED9FF;
}
.BgClassName
{
background-color: #FED9FF;
}
</style>
border-color css
<style>
span { border-color: #FED9FF; }
span { border-color: rgb(254,217,255); }
td.TdClassName
{
border-color: #FED9FF;
}
.TagClassName
{
border-color: #FED9FF;
}
</style>