Shades of Selago #FFE7FD
Tints of Selago #FFE7FD
RGB
CMYK
RGB Variations
Color information
#FFE7FD (or 0xFFE7FD) is known color: Selago. HEX triplet: FF, E7 and FD. RGB value is (255,231,253). Sum of RGB (Red+Green+Blue) = 255+231+253=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 231 (90.62% from 255 or 31.26% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7FD is #001802. Grayscale: #F0F0F0. Windows color (decimal): -6147 or 16639999. OLE color: 16639999.
HSL color Cylindrical-coordinate representation of color #FFE7FD: hue angle of 305º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE7FD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 253 | - |
| CMYK | 0 | 0.09 | 0.01 | 0 |
| HSL | 305º | 1% | 0.95% | - |
| HSV(B) | 305º | 0.09% | 1% | - |
| XYZ | 87.55 | 85.5 | 104.82 | - |
| YUV | 240.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 253 | 0 | 0.09 | 0.01 | 0 | 305 | 1 | 0.95 |
| Hex | FF | E7 | FD | 0 | 9 | 1 | 0 | 131 | 64 | 5F |
| Octal | 377 | 347 | 375 | 0 | 11 | 1 | 0 | 461 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11111101 | 0 | 1001 | 1 | 0 | 100110001 | 1100100 | 1011111 |
Color Harmonies of #FFE7FD
Complementary color
Monochromatic Colors of #FFE7FD
Black with #FFE7FD
Text Example
Text Example
White with #FFE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7FD; }
p { color: rgb(255,231,253); }
H1.HeaderClassName
{
color: #FFE7FD;
}
.AnyTagClassName
{
color: #FFE7FD;
}
</style>
background-color css
<style>
a { background-color: #FFE7FD; }
a { background-color: rgb(255,231,253); }
div.DivClassName
{
background-color: #FFE7FD;
}
.BgClassName
{
background-color: #FFE7FD;
}
</style>
border-color css
<style>
span { border-color: #FFE7FD; }
span { border-color: rgb(255,231,253); }
td.TdClassName
{
border-color: #FFE7FD;
}
.TagClassName
{
border-color: #FFE7FD;
}
</style>