Shades of Selago #FDE7FE
Tints of Selago #FDE7FE
RGB
CMYK
RGB Variations
Color information
#FDE7FE (or 0xFDE7FE) is known color: Selago. HEX triplet: FD, E7 and FE. RGB value is (253,231,254). Sum of RGB (Red+Green+Blue) = 253+231+254=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 231 (90.62% from 255 or 31.30% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FE is #021801. Grayscale: #F0F0F0. Windows color (decimal): -137218 or 16705533. OLE color: 16705533.
HSL color Cylindrical-coordinate representation of color #FDE7FE: hue angle of 297.39º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7FE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 231 | 254 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.00 |
| HSL | 297.39º | 0.92% | 0.95% | - |
| HSV(B) | 297.39º | 0.09% | 1% | - |
| XYZ | 86.97 | 85.19 | 105.63 | - |
| YUV | 240.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 254 | 0.00 | 0.09 | 0 | 0.00 | 297.39 | 0.92 | 0.95 |
| Hex | FD | E7 | FE | 0 | 9 | 0 | 0 | 129 | 5C | 5F |
| Octal | 375 | 347 | 376 | 0 | 11 | 0 | 0 | 451 | 134 | 137 |
| Binary | 11111101 | 11100111 | 11111110 | 0 | 1001 | 0 | 0 | 100101001 | 1011100 | 1011111 |
Color Harmonies of #FDE7FE
Complementary color
Monochromatic Colors of #FDE7FE
Black with #FDE7FE
Text Example
Text Example
White with #FDE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7FE; }
p { color: rgb(253,231,254); }
H1.HeaderClassName
{
color: #FDE7FE;
}
.AnyTagClassName
{
color: #FDE7FE;
}
</style>
background-color css
<style>
a { background-color: #FDE7FE; }
a { background-color: rgb(253,231,254); }
div.DivClassName
{
background-color: #FDE7FE;
}
.BgClassName
{
background-color: #FDE7FE;
}
</style>
border-color css
<style>
span { border-color: #FDE7FE; }
span { border-color: rgb(253,231,254); }
td.TdClassName
{
border-color: #FDE7FE;
}
.TagClassName
{
border-color: #FDE7FE;
}
</style>