Shades of Selago #FDE2F8
Tints of Selago #FDE2F8
RGB
CMYK
RGB Variations
Color information
#FDE2F8 (or 0xFDE2F8) is known color: Selago. HEX triplet: FD, E2 and F8. RGB value is (253,226,248). Sum of RGB (Red+Green+Blue) = 253+226+248=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 226 (88.67% from 255 or 31.09% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2F8 is #021D07. Grayscale: #ECECEC. Windows color (decimal): -138504 or 16311037. OLE color: 16311037.
HSL color Cylindrical-coordinate representation of color #FDE2F8: hue angle of 311.11º degrees, saturation: 0.87, 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 #FDE2F8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 248 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 311.11º | 0.87% | 0.94% | - |
| HSV(B) | 311.11º | 0.11% | 0.99% | - |
| XYZ | 84.65 | 82.05 | 100.18 | - |
| YUV | 236.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 248 | 0 | 0.11 | 0.02 | 0.01 | 311.11 | 0.87 | 0.94 |
| Hex | FD | E2 | F8 | 0 | B | 2 | 1 | 137 | 57 | 5E |
| Octal | 375 | 342 | 370 | 0 | 13 | 2 | 1 | 467 | 127 | 136 |
| Binary | 11111101 | 11100010 | 11111000 | 0 | 1011 | 10 | 1 | 100110111 | 1010111 | 1011110 |
Color Harmonies of #FDE2F8
Complementary color
Monochromatic Colors of #FDE2F8
Black with #FDE2F8
Text Example
Text Example
White with #FDE2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2F8; }
p { color: rgb(253,226,248); }
H1.HeaderClassName
{
color: #FDE2F8;
}
.AnyTagClassName
{
color: #FDE2F8;
}
</style>
background-color css
<style>
a { background-color: #FDE2F8; }
a { background-color: rgb(253,226,248); }
div.DivClassName
{
background-color: #FDE2F8;
}
.BgClassName
{
background-color: #FDE2F8;
}
</style>
border-color css
<style>
span { border-color: #FDE2F8; }
span { border-color: rgb(253,226,248); }
td.TdClassName
{
border-color: #FDE2F8;
}
.TagClassName
{
border-color: #FDE2F8;
}
</style>