Shades of Selago #FFE4FD
Tints of Selago #FFE4FD
RGB
CMYK
RGB Variations
Color information
#FFE4FD (or 0xFFE4FD) is known color: Selago. HEX triplet: FF, E4 and FD. RGB value is (255,228,253). Sum of RGB (Red+Green+Blue) = 255+228+253=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 228 (89.45% from 255 or 30.98% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4FD is #001B02. Grayscale: #EEEEEE. Windows color (decimal): -6915 or 16639231. OLE color: 16639231.
HSL color Cylindrical-coordinate representation of color #FFE4FD: hue angle of 304.44º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE4FD is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 253 | - |
| CMYK | 0 | 0.11 | 0.01 | 0 |
| HSL | 304.44º | 1% | 0.95% | - |
| HSV(B) | 304.44º | 0.11% | 1% | - |
| XYZ | 86.71 | 83.84 | 104.54 | - |
| YUV | 238.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 253 | 0 | 0.11 | 0.01 | 0 | 304.44 | 1 | 0.95 |
| Hex | FF | E4 | FD | 0 | B | 1 | 0 | 130 | 64 | 5F |
| Octal | 377 | 344 | 375 | 0 | 13 | 1 | 0 | 460 | 144 | 137 |
| Binary | 11111111 | 11100100 | 11111101 | 0 | 1011 | 1 | 0 | 100110000 | 1100100 | 1011111 |
Color Harmonies of #FFE4FD
Complementary color
Monochromatic Colors of #FFE4FD
Black with #FFE4FD
Text Example
Text Example
White with #FFE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4FD; }
p { color: rgb(255,228,253); }
H1.HeaderClassName
{
color: #FFE4FD;
}
.AnyTagClassName
{
color: #FFE4FD;
}
</style>
background-color css
<style>
a { background-color: #FFE4FD; }
a { background-color: rgb(255,228,253); }
div.DivClassName
{
background-color: #FFE4FD;
}
.BgClassName
{
background-color: #FFE4FD;
}
</style>
border-color css
<style>
span { border-color: #FFE4FD; }
span { border-color: rgb(255,228,253); }
td.TdClassName
{
border-color: #FFE4FD;
}
.TagClassName
{
border-color: #FFE4FD;
}
</style>