Shades of Selago #FDE7FB
Tints of Selago #FDE7FB
RGB
CMYK
RGB Variations
Color information
#FDE7FB (or 0xFDE7FB) is known color: Selago. HEX triplet: FD, E7 and FB. RGB value is (253,231,251). Sum of RGB (Red+Green+Blue) = 253+231+251=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 231 (90.62% from 255 or 31.43% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FB is #021804. Grayscale: #EFEFEF. Windows color (decimal): -137221 or 16508925. OLE color: 16508925.
HSL color Cylindrical-coordinate representation of color #FDE7FB: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7FB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 251 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.01 |
| HSL | 305.45º | 0.85% | 0.95% | - |
| HSV(B) | 305.45º | 0.09% | 0.99% | - |
| XYZ | 86.5 | 85 | 103.11 | - |
| YUV | 239.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 251 | 0 | 0.09 | 0.01 | 0.01 | 305.45 | 0.85 | 0.95 |
| Hex | FD | E7 | FB | 0 | 9 | 1 | 1 | 131 | 55 | 5F |
| Octal | 375 | 347 | 373 | 0 | 11 | 1 | 1 | 461 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11111011 | 0 | 1001 | 1 | 1 | 100110001 | 1010101 | 1011111 |
Color Harmonies of #FDE7FB
Complementary color
Monochromatic Colors of #FDE7FB
Black with #FDE7FB
Text Example
Text Example
White with #FDE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7FB; }
p { color: rgb(253,231,251); }
H1.HeaderClassName
{
color: #FDE7FB;
}
.AnyTagClassName
{
color: #FDE7FB;
}
</style>
background-color css
<style>
a { background-color: #FDE7FB; }
a { background-color: rgb(253,231,251); }
div.DivClassName
{
background-color: #FDE7FB;
}
.BgClassName
{
background-color: #FDE7FB;
}
</style>
border-color css
<style>
span { border-color: #FDE7FB; }
span { border-color: rgb(253,231,251); }
td.TdClassName
{
border-color: #FDE7FB;
}
.TagClassName
{
border-color: #FDE7FB;
}
</style>