Shades of Selago #FAE1F7
Tints of Selago #FAE1F7
RGB
CMYK
RGB Variations
Color information
#FAE1F7 (or 0xFAE1F7) is known color: Selago. HEX triplet: FA, E1 and F7. RGB value is (250,225,247). Sum of RGB (Red+Green+Blue) = 250+225+247=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 225 (88.28% from 255 or 31.16% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1F7 is #051E08. Grayscale: #EAEAEA. Windows color (decimal): -335369 or 16245242. OLE color: 16245242.
HSL color Cylindrical-coordinate representation of color #FAE1F7: hue angle of 307.2º 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 #FAE1F7 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 247 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.02 |
| HSL | 307.2º | 0.71% | 0.93% | - |
| HSV(B) | 307.2º | 0.1% | 0.98% | - |
| XYZ | 83.14 | 80.89 | 99.23 | - |
| YUV | 234.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 247 | 0 | 0.10 | 0.01 | 0.02 | 307.2 | 0.71 | 0.93 |
| Hex | FA | E1 | F7 | 0 | A | 1 | 2 | 133 | 47 | 5D |
| Octal | 372 | 341 | 367 | 0 | 12 | 1 | 2 | 463 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11110111 | 0 | 1010 | 1 | 10 | 100110011 | 1000111 | 1011101 |
Color Harmonies of #FAE1F7
Complementary color
Monochromatic Colors of #FAE1F7
Black with #FAE1F7
Text Example
Text Example
White with #FAE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1F7; }
p { color: rgb(250,225,247); }
H1.HeaderClassName
{
color: #FAE1F7;
}
.AnyTagClassName
{
color: #FAE1F7;
}
</style>
background-color css
<style>
a { background-color: #FAE1F7; }
a { background-color: rgb(250,225,247); }
div.DivClassName
{
background-color: #FAE1F7;
}
.BgClassName
{
background-color: #FAE1F7;
}
</style>
border-color css
<style>
span { border-color: #FAE1F7; }
span { border-color: rgb(250,225,247); }
td.TdClassName
{
border-color: #FAE1F7;
}
.TagClassName
{
border-color: #FAE1F7;
}
</style>