Shades of Selago #FAE5FB
Tints of Selago #FAE5FB
RGB
CMYK
RGB Variations
Color information
#FAE5FB (or 0xFAE5FB) is known color: Selago. HEX triplet: FA, E5 and FB. RGB value is (250,229,251). Sum of RGB (Red+Green+Blue) = 250+229+251=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FB is #051A04. Grayscale: #EDEDED. Windows color (decimal): -334341 or 16508410. OLE color: 16508410.
HSL color Cylindrical-coordinate representation of color #FAE5FB: hue angle of 297.27º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE5FB is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 251 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.02 |
| HSL | 297.27º | 0.73% | 0.94% | - |
| HSV(B) | 297.27º | 0.09% | 0.98% | - |
| XYZ | 84.86 | 83.33 | 102.88 | - |
| YUV | 237.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 251 | 0.00 | 0.09 | 0 | 0.02 | 297.27 | 0.73 | 0.94 |
| Hex | FA | E5 | FB | 0 | 9 | 0 | 2 | 129 | 49 | 5E |
| Octal | 372 | 345 | 373 | 0 | 11 | 0 | 2 | 451 | 111 | 136 |
| Binary | 11111010 | 11100101 | 11111011 | 0 | 1001 | 0 | 10 | 100101001 | 1001001 | 1011110 |
Color Harmonies of #FAE5FB
Complementary color
Monochromatic Colors of #FAE5FB
Black with #FAE5FB
Text Example
Text Example
White with #FAE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5FB; }
p { color: rgb(250,229,251); }
H1.HeaderClassName
{
color: #FAE5FB;
}
.AnyTagClassName
{
color: #FAE5FB;
}
</style>
background-color css
<style>
a { background-color: #FAE5FB; }
a { background-color: rgb(250,229,251); }
div.DivClassName
{
background-color: #FAE5FB;
}
.BgClassName
{
background-color: #FAE5FB;
}
</style>
border-color css
<style>
span { border-color: #FAE5FB; }
span { border-color: rgb(250,229,251); }
td.TdClassName
{
border-color: #FAE5FB;
}
.TagClassName
{
border-color: #FAE5FB;
}
</style>