Shades of Selago #FED9FB
Tints of Selago #FED9FB
RGB
CMYK
RGB Variations
Color information
#FED9FB (or 0xFED9FB) is known color: Selago. HEX triplet: FE, D9 and FB. RGB value is (254,217,251). Sum of RGB (Red+Green+Blue) = 254+217+251=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 217 (85.16% from 255 or 30.06% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FB is #012604. Grayscale: #E7E7E7. Windows color (decimal): -75269 or 16505342. OLE color: 16505342.
HSL color Cylindrical-coordinate representation of color #FED9FB: hue angle of 304.86º 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 #FED9FB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 251 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.00 |
| HSL | 304.86º | 0.95% | 0.92% | - |
| HSV(B) | 304.86º | 0.15% | 1% | - |
| XYZ | 83.1 | 77.66 | 101.88 | - |
| YUV | 231.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 251 | 0 | 0.15 | 0.01 | 0.00 | 304.86 | 0.95 | 0.92 |
| Hex | FE | D9 | FB | 0 | F | 1 | 0 | 131 | 5F | 5C |
| Octal | 376 | 331 | 373 | 0 | 17 | 1 | 0 | 461 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11111011 | 0 | 1111 | 1 | 0 | 100110001 | 1011111 | 1011100 |
Color Harmonies of #FED9FB
Complementary color
Monochromatic Colors of #FED9FB
Black with #FED9FB
Text Example
Text Example
White with #FED9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9FB; }
p { color: rgb(254,217,251); }
H1.HeaderClassName
{
color: #FED9FB;
}
.AnyTagClassName
{
color: #FED9FB;
}
</style>
background-color css
<style>
a { background-color: #FED9FB; }
a { background-color: rgb(254,217,251); }
div.DivClassName
{
background-color: #FED9FB;
}
.BgClassName
{
background-color: #FED9FB;
}
</style>
border-color css
<style>
span { border-color: #FED9FB; }
span { border-color: rgb(254,217,251); }
td.TdClassName
{
border-color: #FED9FB;
}
.TagClassName
{
border-color: #FED9FB;
}
</style>