Shades of Selago #FAE3FF
Tints of Selago #FAE3FF
RGB
CMYK
RGB Variations
Color information
#FAE3FF (or 0xFAE3FF) is known color: Selago. HEX triplet: FA, E3 and FF. RGB value is (250,227,255). Sum of RGB (Red+Green+Blue) = 250+227+255=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 227 (89.06% from 255 or 31.01% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3FF is #051C00. Grayscale: #ECECEC. Windows color (decimal): -334849 or 16770042. OLE color: 16770042.
HSL color Cylindrical-coordinate representation of color #FAE3FF: hue angle of 289.29º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE3FF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 227 | 255 | - |
| CMYK | 0.02 | 0.11 | 0 | 0 |
| HSL | 289.29º | 1% | 0.95% | - |
| HSV(B) | 289.29º | 0.11% | 1% | - |
| XYZ | 84.94 | 82.48 | 106.05 | - |
| YUV | 237.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 255 | 0.02 | 0.11 | 0 | 0 | 289.29 | 1 | 0.95 |
| Hex | FA | E3 | FF | 2 | B | 0 | 0 | 121 | 64 | 5F |
| Octal | 372 | 343 | 377 | 2 | 13 | 0 | 0 | 441 | 144 | 137 |
| Binary | 11111010 | 11100011 | 11111111 | 10 | 1011 | 0 | 0 | 100100001 | 1100100 | 1011111 |
Color Harmonies of #FAE3FF
Complementary color
Monochromatic Colors of #FAE3FF
Black with #FAE3FF
Text Example
Text Example
White with #FAE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3FF; }
p { color: rgb(250,227,255); }
H1.HeaderClassName
{
color: #FAE3FF;
}
.AnyTagClassName
{
color: #FAE3FF;
}
</style>
background-color css
<style>
a { background-color: #FAE3FF; }
a { background-color: rgb(250,227,255); }
div.DivClassName
{
background-color: #FAE3FF;
}
.BgClassName
{
background-color: #FAE3FF;
}
</style>
border-color css
<style>
span { border-color: #FAE3FF; }
span { border-color: rgb(250,227,255); }
td.TdClassName
{
border-color: #FAE3FF;
}
.TagClassName
{
border-color: #FAE3FF;
}
</style>