Shades of Selago #FDE9FD
Tints of Selago #FDE9FD
RGB
CMYK
RGB Variations
Color information
#FDE9FD (or 0xFDE9FD) is known color: Selago. HEX triplet: FD, E9 and FD. RGB value is (253,233,253). Sum of RGB (Red+Green+Blue) = 253+233+253=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 233 (91.41% from 255 or 31.53% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9FD is #021602. Grayscale: #F1F1F1. Windows color (decimal): -136707 or 16640509. OLE color: 16640509.
HSL color Cylindrical-coordinate representation of color #FDE9FD: hue angle of 300º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9FD is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 233 | 253 | - |
CMYK | 0 | 0.08 | 0 | 0.01 |
HSL | 300º | 0.83% | 0.95% | - |
HSV(B) | 300º | 0.08% | 0.99% | - |
XYZ | 87.38 | 86.25 | 104.97 | - |
YUV | 241.26 | 134.63 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 233 | 253 | 0 | 0.08 | 0 | 0.01 | 300 | 0.83 | 0.95 |
Hex | FD | E9 | FD | 0 | 8 | 0 | 1 | 12C | 53 | 5F |
Octal | 375 | 351 | 375 | 0 | 10 | 0 | 1 | 454 | 123 | 137 |
Binary | 11111101 | 11101001 | 11111101 | 0 | 1000 | 0 | 1 | 100101100 | 1010011 | 1011111 |
Color Harmonies of #FDE9FD
Complementary color
Monochromatic Colors of #FDE9FD
Black with #FDE9FD
Text Example
Text Example
White with #FDE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9FD; }
p { color: rgb(253,233,253); }
H1.HeaderClassName
{
color: #FDE9FD;
}
.AnyTagClassName
{
color: #FDE9FD;
}
</style>
background-color css
<style>
a { background-color: #FDE9FD; }
a { background-color: rgb(253,233,253); }
div.DivClassName
{
background-color: #FDE9FD;
}
.BgClassName
{
background-color: #FDE9FD;
}
</style>
border-color css
<style>
span { border-color: #FDE9FD; }
span { border-color: rgb(253,233,253); }
td.TdClassName
{
border-color: #FDE9FD;
}
.TagClassName
{
border-color: #FDE9FD;
}
</style>