Shades of Selago #FDE1F9
Tints of Selago #FDE1F9
RGB
CMYK
RGB Variations
Color information
#FDE1F9 (or 0xFDE1F9) is known color: Selago. HEX triplet: FD, E1 and F9. RGB value is (253,225,249). Sum of RGB (Red+Green+Blue) = 253+225+249=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1F9 is #021E06. Grayscale: #ECECEC. Windows color (decimal): -138759 or 16376317. OLE color: 16376317.
HSL color Cylindrical-coordinate representation of color #FDE1F9: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1F9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 249 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 308.57º | 0.88% | 0.94% | - |
| HSV(B) | 308.57º | 0.11% | 0.99% | - |
| XYZ | 84.53 | 81.57 | 100.91 | - |
| YUV | 236.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 249 | 0 | 0.11 | 0.02 | 0.01 | 308.57 | 0.88 | 0.94 |
| Hex | FD | E1 | F9 | 0 | B | 2 | 1 | 135 | 58 | 5E |
| Octal | 375 | 341 | 371 | 0 | 13 | 2 | 1 | 465 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11111001 | 0 | 1011 | 10 | 1 | 100110101 | 1011000 | 1011110 |
Color Harmonies of #FDE1F9
Complementary color
Monochromatic Colors of #FDE1F9
Black with #FDE1F9
Text Example
Text Example
White with #FDE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1F9; }
p { color: rgb(253,225,249); }
H1.HeaderClassName
{
color: #FDE1F9;
}
.AnyTagClassName
{
color: #FDE1F9;
}
</style>
background-color css
<style>
a { background-color: #FDE1F9; }
a { background-color: rgb(253,225,249); }
div.DivClassName
{
background-color: #FDE1F9;
}
.BgClassName
{
background-color: #FDE1F9;
}
</style>
border-color css
<style>
span { border-color: #FDE1F9; }
span { border-color: rgb(253,225,249); }
td.TdClassName
{
border-color: #FDE1F9;
}
.TagClassName
{
border-color: #FDE1F9;
}
</style>