Shades of Selago #FAEAF9
Tints of Selago #FAEAF9
RGB
CMYK
RGB Variations
Color information
#FAEAF9 (or 0xFAEAF9) is known color: Selago. HEX triplet: FA, EA and F9. RGB value is (250,234,249). Sum of RGB (Red+Green+Blue) = 250+234+249=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF9 is #051506. Grayscale: #F0F0F0. Windows color (decimal): -333063 or 16378618. OLE color: 16378618.
HSL color Cylindrical-coordinate representation of color #FAEAF9: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEAF9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 249 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.02 |
| HSL | 303.75º | 0.62% | 0.95% | - |
| HSV(B) | 303.75º | 0.06% | 0.98% | - |
| XYZ | 85.95 | 86.01 | 101.69 | - |
| YUV | 240.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 249 | 0 | 0.06 | 0.00 | 0.02 | 303.75 | 0.62 | 0.95 |
| Hex | FA | EA | F9 | 0 | 6 | 0 | 2 | 130 | 3E | 5F |
| Octal | 372 | 352 | 371 | 0 | 6 | 0 | 2 | 460 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11111001 | 0 | 110 | 0 | 10 | 100110000 | 111110 | 1011111 |
Color Harmonies of #FAEAF9
Complementary color
Monochromatic Colors of #FAEAF9
Black with #FAEAF9
Text Example
Text Example
White with #FAEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAF9; }
p { color: rgb(250,234,249); }
H1.HeaderClassName
{
color: #FAEAF9;
}
.AnyTagClassName
{
color: #FAEAF9;
}
</style>
background-color css
<style>
a { background-color: #FAEAF9; }
a { background-color: rgb(250,234,249); }
div.DivClassName
{
background-color: #FAEAF9;
}
.BgClassName
{
background-color: #FAEAF9;
}
</style>
border-color css
<style>
span { border-color: #FAEAF9; }
span { border-color: rgb(250,234,249); }
td.TdClassName
{
border-color: #FAEAF9;
}
.TagClassName
{
border-color: #FAEAF9;
}
</style>