Shades of Selago #FDE9FE
Tints of Selago #FDE9FE
RGB
CMYK
RGB Variations
Color information
#FDE9FE (or 0xFDE9FE) is known color: Selago. HEX triplet: FD, E9 and FE. RGB value is (253,233,254). Sum of RGB (Red+Green+Blue) = 253+233+254=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 233 (91.41% from 255 or 31.49% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9FE is #021601. Grayscale: #F1F1F1. Windows color (decimal): -136706 or 16706045. OLE color: 16706045.
HSL color Cylindrical-coordinate representation of color #FDE9FE: hue angle of 297.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9FE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 233 | 254 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.00 |
| HSL | 297.14º | 0.91% | 0.95% | - |
| HSV(B) | 297.14º | 0.08% | 1% | - |
| XYZ | 87.54 | 86.32 | 105.81 | - |
| YUV | 241.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 254 | 0.00 | 0.08 | 0 | 0.00 | 297.14 | 0.91 | 0.95 |
| Hex | FD | E9 | FE | 0 | 8 | 0 | 0 | 129 | 5B | 5F |
| Octal | 375 | 351 | 376 | 0 | 10 | 0 | 0 | 451 | 133 | 137 |
| Binary | 11111101 | 11101001 | 11111110 | 0 | 1000 | 0 | 0 | 100101001 | 1011011 | 1011111 |
Color Harmonies of #FDE9FE
Complementary color
Monochromatic Colors of #FDE9FE
Black with #FDE9FE
Text Example
Text Example
White with #FDE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9FE; }
p { color: rgb(253,233,254); }
H1.HeaderClassName
{
color: #FDE9FE;
}
.AnyTagClassName
{
color: #FDE9FE;
}
</style>
background-color css
<style>
a { background-color: #FDE9FE; }
a { background-color: rgb(253,233,254); }
div.DivClassName
{
background-color: #FDE9FE;
}
.BgClassName
{
background-color: #FDE9FE;
}
</style>
border-color css
<style>
span { border-color: #FDE9FE; }
span { border-color: rgb(253,233,254); }
td.TdClassName
{
border-color: #FDE9FE;
}
.TagClassName
{
border-color: #FDE9FE;
}
</style>