Shades of Selago #FDE3F9
Tints of Selago #FDE3F9
RGB
CMYK
RGB Variations
Color information
#FDE3F9 (or 0xFDE3F9) is known color: Selago. HEX triplet: FD, E3 and F9. RGB value is (253,227,249). Sum of RGB (Red+Green+Blue) = 253+227+249=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 227 (89.06% from 255 or 31.14% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F9 is #021C06. Grayscale: #EDEDED. Windows color (decimal): -138247 or 16376829. OLE color: 16376829.
HSL color Cylindrical-coordinate representation of color #FDE3F9: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3F9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 249 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.01 |
| HSL | 309.23º | 0.87% | 0.94% | - |
| HSV(B) | 309.23º | 0.1% | 0.99% | - |
| XYZ | 85.08 | 82.66 | 101.09 | - |
| YUV | 237.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 249 | 0 | 0.10 | 0.02 | 0.01 | 309.23 | 0.87 | 0.94 |
| Hex | FD | E3 | F9 | 0 | A | 2 | 1 | 135 | 57 | 5E |
| Octal | 375 | 343 | 371 | 0 | 12 | 2 | 1 | 465 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11111001 | 0 | 1010 | 10 | 1 | 100110101 | 1010111 | 1011110 |
Color Harmonies of #FDE3F9
Complementary color
Monochromatic Colors of #FDE3F9
Black with #FDE3F9
Text Example
Text Example
White with #FDE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F9; }
p { color: rgb(253,227,249); }
H1.HeaderClassName
{
color: #FDE3F9;
}
.AnyTagClassName
{
color: #FDE3F9;
}
</style>
background-color css
<style>
a { background-color: #FDE3F9; }
a { background-color: rgb(253,227,249); }
div.DivClassName
{
background-color: #FDE3F9;
}
.BgClassName
{
background-color: #FDE3F9;
}
</style>
border-color css
<style>
span { border-color: #FDE3F9; }
span { border-color: rgb(253,227,249); }
td.TdClassName
{
border-color: #FDE3F9;
}
.TagClassName
{
border-color: #FDE3F9;
}
</style>