Shades of Selago #FFE4FB
Tints of Selago #FFE4FB
RGB
CMYK
RGB Variations
Color information
#FFE4FB (or 0xFFE4FB) is known color: Selago. HEX triplet: FF, E4 and FB. RGB value is (255,228,251). Sum of RGB (Red+Green+Blue) = 255+228+251=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 228 (89.45% from 255 or 31.06% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4FB is #001B04. Grayscale: #EEEEEE. Windows color (decimal): -6917 or 16508159. OLE color: 16508159.
HSL color Cylindrical-coordinate representation of color #FFE4FB: hue angle of 308.89º 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 #FFE4FB is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 251 | - |
| CMYK | 0 | 0.11 | 0.02 | 0 |
| HSL | 308.89º | 1% | 0.95% | - |
| HSV(B) | 308.89º | 0.11% | 1% | - |
| XYZ | 86.4 | 83.71 | 102.87 | - |
| YUV | 238.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 251 | 0 | 0.11 | 0.02 | 0 | 308.89 | 1 | 0.95 |
| Hex | FF | E4 | FB | 0 | B | 2 | 0 | 135 | 64 | 5F |
| Octal | 377 | 344 | 373 | 0 | 13 | 2 | 0 | 465 | 144 | 137 |
| Binary | 11111111 | 11100100 | 11111011 | 0 | 1011 | 10 | 0 | 100110101 | 1100100 | 1011111 |
Color Harmonies of #FFE4FB
Complementary color
Monochromatic Colors of #FFE4FB
Black with #FFE4FB
Text Example
Text Example
White with #FFE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4FB; }
p { color: rgb(255,228,251); }
H1.HeaderClassName
{
color: #FFE4FB;
}
.AnyTagClassName
{
color: #FFE4FB;
}
</style>
background-color css
<style>
a { background-color: #FFE4FB; }
a { background-color: rgb(255,228,251); }
div.DivClassName
{
background-color: #FFE4FB;
}
.BgClassName
{
background-color: #FFE4FB;
}
</style>
border-color css
<style>
span { border-color: #FFE4FB; }
span { border-color: rgb(255,228,251); }
td.TdClassName
{
border-color: #FFE4FB;
}
.TagClassName
{
border-color: #FFE4FB;
}
</style>