Shades of Selago #FFE5FD
Tints of Selago #FFE5FD
RGB
CMYK
RGB Variations
Color information
#FFE5FD (or 0xFFE5FD) is known color: Selago. HEX triplet: FF, E5 and FD. RGB value is (255,229,253). Sum of RGB (Red+Green+Blue) = 255+229+253=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 229 (89.84% from 255 or 31.07% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FD is #001A02. Grayscale: #EFEFEF. Windows color (decimal): -6659 or 16639487. OLE color: 16639487.
HSL color Cylindrical-coordinate representation of color #FFE5FD: hue angle of 304.62º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5FD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 253 | - |
CMYK | 0 | 0.10 | 0.01 | 0 |
HSL | 304.62º | 1% | 0.95% | - |
HSV(B) | 304.62º | 0.1% | 1% | - |
XYZ | 86.99 | 84.39 | 104.63 | - |
YUV | 239.51 | 135.61 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 253 | 0 | 0.10 | 0.01 | 0 | 304.62 | 1 | 0.95 |
Hex | FF | E5 | FD | 0 | A | 1 | 0 | 131 | 64 | 5F |
Octal | 377 | 345 | 375 | 0 | 12 | 1 | 0 | 461 | 144 | 137 |
Binary | 11111111 | 11100101 | 11111101 | 0 | 1010 | 1 | 0 | 100110001 | 1100100 | 1011111 |
Color Harmonies of #FFE5FD
Complementary color
Monochromatic Colors of #FFE5FD
Black with #FFE5FD
Text Example
Text Example
White with #FFE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FD; }
p { color: rgb(255,229,253); }
H1.HeaderClassName
{
color: #FFE5FD;
}
.AnyTagClassName
{
color: #FFE5FD;
}
</style>
background-color css
<style>
a { background-color: #FFE5FD; }
a { background-color: rgb(255,229,253); }
div.DivClassName
{
background-color: #FFE5FD;
}
.BgClassName
{
background-color: #FFE5FD;
}
</style>
border-color css
<style>
span { border-color: #FFE5FD; }
span { border-color: rgb(255,229,253); }
td.TdClassName
{
border-color: #FFE5FD;
}
.TagClassName
{
border-color: #FFE5FD;
}
</style>