Shades of Selago #FAEAFC
Tints of Selago #FAEAFC
RGB
CMYK
RGB Variations
Color information
#FAEAFC (or 0xFAEAFC) is known color: Selago. HEX triplet: FA, EA and FC. RGB value is (250,234,252). Sum of RGB (Red+Green+Blue) = 250+234+252=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFC is #051503. Grayscale: #F0F0F0. Windows color (decimal): -333060 or 16575226. OLE color: 16575226.
HSL color Cylindrical-coordinate representation of color #FAEAFC: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEAFC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 234 | 252 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.01 |
| HSL | 293.33º | 0.75% | 0.95% | - |
| HSV(B) | 293.33º | 0.07% | 0.99% | - |
| XYZ | 86.42 | 86.2 | 104.18 | - |
| YUV | 240.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 252 | 0.01 | 0.07 | 0 | 0.01 | 293.33 | 0.75 | 0.95 |
| Hex | FA | EA | FC | 1 | 7 | 0 | 1 | 125 | 4B | 5F |
| Octal | 372 | 352 | 374 | 1 | 7 | 0 | 1 | 445 | 113 | 137 |
| Binary | 11111010 | 11101010 | 11111100 | 1 | 111 | 0 | 1 | 100100101 | 1001011 | 1011111 |
Color Harmonies of #FAEAFC
Complementary color
Monochromatic Colors of #FAEAFC
Black with #FAEAFC
Text Example
Text Example
White with #FAEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAFC; }
p { color: rgb(250,234,252); }
H1.HeaderClassName
{
color: #FAEAFC;
}
.AnyTagClassName
{
color: #FAEAFC;
}
</style>
background-color css
<style>
a { background-color: #FAEAFC; }
a { background-color: rgb(250,234,252); }
div.DivClassName
{
background-color: #FAEAFC;
}
.BgClassName
{
background-color: #FAEAFC;
}
</style>
border-color css
<style>
span { border-color: #FAEAFC; }
span { border-color: rgb(250,234,252); }
td.TdClassName
{
border-color: #FAEAFC;
}
.TagClassName
{
border-color: #FAEAFC;
}
</style>