Shades of Selago #FAE1F9
Tints of Selago #FAE1F9
RGB
CMYK
RGB Variations
Color information
#FAE1F9 (or 0xFAE1F9) is known color: Selago. HEX triplet: FA, E1 and F9. RGB value is (250,225,249). Sum of RGB (Red+Green+Blue) = 250+225+249=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1F9 is #051E06. Grayscale: #EBEBEB. Windows color (decimal): -335367 or 16376314. OLE color: 16376314.
HSL color Cylindrical-coordinate representation of color #FAE1F9: hue angle of 302.4º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1F9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 249 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.02 |
| HSL | 302.4º | 0.71% | 0.93% | - |
| HSV(B) | 302.4º | 0.1% | 0.98% | - |
| XYZ | 83.45 | 81.01 | 100.86 | - |
| YUV | 235.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 249 | 0 | 0.10 | 0.00 | 0.02 | 302.4 | 0.71 | 0.93 |
| Hex | FA | E1 | F9 | 0 | A | 0 | 2 | 12E | 47 | 5D |
| Octal | 372 | 341 | 371 | 0 | 12 | 0 | 2 | 456 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11111001 | 0 | 1010 | 0 | 10 | 100101110 | 1000111 | 1011101 |
Color Harmonies of #FAE1F9
Complementary color
Monochromatic Colors of #FAE1F9
Black with #FAE1F9
Text Example
Text Example
White with #FAE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1F9; }
p { color: rgb(250,225,249); }
H1.HeaderClassName
{
color: #FAE1F9;
}
.AnyTagClassName
{
color: #FAE1F9;
}
</style>
background-color css
<style>
a { background-color: #FAE1F9; }
a { background-color: rgb(250,225,249); }
div.DivClassName
{
background-color: #FAE1F9;
}
.BgClassName
{
background-color: #FAE1F9;
}
</style>
border-color css
<style>
span { border-color: #FAE1F9; }
span { border-color: rgb(250,225,249); }
td.TdClassName
{
border-color: #FAE1F9;
}
.TagClassName
{
border-color: #FAE1F9;
}
</style>