Shades of Selago #FAE6FE
Tints of Selago #FAE6FE
RGB
CMYK
RGB Variations
Color information
#FAE6FE (or 0xFAE6FE) is known color: Selago. HEX triplet: FA, E6 and FE. RGB value is (250,230,254). Sum of RGB (Red+Green+Blue) = 250+230+254=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FE is #051901. Grayscale: #EEEEEE. Windows color (decimal): -334082 or 16705274. OLE color: 16705274.
HSL color Cylindrical-coordinate representation of color #FAE6FE: hue angle of 290º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE6FE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 230 | 254 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.00 |
| HSL | 290º | 0.92% | 0.95% | - |
| HSV(B) | 290º | 0.09% | 1% | - |
| XYZ | 85.61 | 84.07 | 105.48 | - |
| YUV | 238.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 254 | 0.02 | 0.09 | 0 | 0.00 | 290 | 0.92 | 0.95 |
| Hex | FA | E6 | FE | 2 | 9 | 0 | 0 | 122 | 5C | 5F |
| Octal | 372 | 346 | 376 | 2 | 11 | 0 | 0 | 442 | 134 | 137 |
| Binary | 11111010 | 11100110 | 11111110 | 10 | 1001 | 0 | 0 | 100100010 | 1011100 | 1011111 |
Color Harmonies of #FAE6FE
Complementary color
Monochromatic Colors of #FAE6FE
Black with #FAE6FE
Text Example
Text Example
White with #FAE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6FE; }
p { color: rgb(250,230,254); }
H1.HeaderClassName
{
color: #FAE6FE;
}
.AnyTagClassName
{
color: #FAE6FE;
}
</style>
background-color css
<style>
a { background-color: #FAE6FE; }
a { background-color: rgb(250,230,254); }
div.DivClassName
{
background-color: #FAE6FE;
}
.BgClassName
{
background-color: #FAE6FE;
}
</style>
border-color css
<style>
span { border-color: #FAE6FE; }
span { border-color: rgb(250,230,254); }
td.TdClassName
{
border-color: #FAE6FE;
}
.TagClassName
{
border-color: #FAE6FE;
}
</style>