Shades of Selago #FFE6FB
Tints of Selago #FFE6FB
RGB
CMYK
RGB Variations
Color information
#FFE6FB (or 0xFFE6FB) is known color: Selago. HEX triplet: FF, E6 and FB. RGB value is (255,230,251). Sum of RGB (Red+Green+Blue) = 255+230+251=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FB is #001904. Grayscale: #EFEFEF. Windows color (decimal): -6405 or 16508671. OLE color: 16508671.
HSL color Cylindrical-coordinate representation of color #FFE6FB: hue angle of 309.6º 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 #FFE6FB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 251 | - |
| CMYK | 0 | 0.10 | 0.02 | 0 |
| HSL | 309.6º | 1% | 0.95% | - |
| HSV(B) | 309.6º | 0.1% | 1% | - |
| XYZ | 86.95 | 84.82 | 103.06 | - |
| YUV | 239.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 251 | 0 | 0.10 | 0.02 | 0 | 309.6 | 1 | 0.95 |
| Hex | FF | E6 | FB | 0 | A | 2 | 0 | 136 | 64 | 5F |
| Octal | 377 | 346 | 373 | 0 | 12 | 2 | 0 | 466 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11111011 | 0 | 1010 | 10 | 0 | 100110110 | 1100100 | 1011111 |
Color Harmonies of #FFE6FB
Complementary color
Monochromatic Colors of #FFE6FB
Black with #FFE6FB
Text Example
Text Example
White with #FFE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6FB; }
p { color: rgb(255,230,251); }
H1.HeaderClassName
{
color: #FFE6FB;
}
.AnyTagClassName
{
color: #FFE6FB;
}
</style>
background-color css
<style>
a { background-color: #FFE6FB; }
a { background-color: rgb(255,230,251); }
div.DivClassName
{
background-color: #FFE6FB;
}
.BgClassName
{
background-color: #FFE6FB;
}
</style>
border-color css
<style>
span { border-color: #FFE6FB; }
span { border-color: rgb(255,230,251); }
td.TdClassName
{
border-color: #FFE6FB;
}
.TagClassName
{
border-color: #FFE6FB;
}
</style>