Shades of Selago #FAE5F8
Tints of Selago #FAE5F8
RGB
CMYK
RGB Variations
Color information
#FAE5F8 (or 0xFAE5F8) is known color: Selago. HEX triplet: FA, E5 and F8. RGB value is (250,229,248). Sum of RGB (Red+Green+Blue) = 250+229+248=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5F8 is #051A07. Grayscale: #EDEDED. Windows color (decimal): -334344 or 16311802. OLE color: 16311802.
HSL color Cylindrical-coordinate representation of color #FAE5F8: hue angle of 305.71º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5F8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 248 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.02 |
| HSL | 305.71º | 0.68% | 0.94% | - |
| HSV(B) | 305.71º | 0.08% | 0.98% | - |
| XYZ | 84.39 | 83.14 | 100.41 | - |
| YUV | 237.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 248 | 0 | 0.08 | 0.01 | 0.02 | 305.71 | 0.68 | 0.94 |
| Hex | FA | E5 | F8 | 0 | 8 | 1 | 2 | 132 | 44 | 5E |
| Octal | 372 | 345 | 370 | 0 | 10 | 1 | 2 | 462 | 104 | 136 |
| Binary | 11111010 | 11100101 | 11111000 | 0 | 1000 | 1 | 10 | 100110010 | 1000100 | 1011110 |
Color Harmonies of #FAE5F8
Complementary color
Monochromatic Colors of #FAE5F8
Black with #FAE5F8
Text Example
Text Example
White with #FAE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5F8; }
p { color: rgb(250,229,248); }
H1.HeaderClassName
{
color: #FAE5F8;
}
.AnyTagClassName
{
color: #FAE5F8;
}
</style>
background-color css
<style>
a { background-color: #FAE5F8; }
a { background-color: rgb(250,229,248); }
div.DivClassName
{
background-color: #FAE5F8;
}
.BgClassName
{
background-color: #FAE5F8;
}
</style>
border-color css
<style>
span { border-color: #FAE5F8; }
span { border-color: rgb(250,229,248); }
td.TdClassName
{
border-color: #FAE5F8;
}
.TagClassName
{
border-color: #FAE5F8;
}
</style>