Shades of Selago #FAEDF9
Tints of Selago #FAEDF9
RGB
CMYK
RGB Variations
Color information
#FAEDF9 (or 0xFAEDF9) is known color: Selago. HEX triplet: FA, ED and F9. RGB value is (250,237,249). Sum of RGB (Red+Green+Blue) = 250+237+249=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF9 is #051206. Grayscale: #F2F2F2. Windows color (decimal): -332295 or 16379386. OLE color: 16379386.
HSL color Cylindrical-coordinate representation of color #FAEDF9: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEDF9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 249 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.02 |
| HSL | 304.62º | 0.57% | 0.95% | - |
| HSV(B) | 304.62º | 0.05% | 0.98% | - |
| XYZ | 86.81 | 87.73 | 101.98 | - |
| YUV | 242.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 249 | 0 | 0.05 | 0.00 | 0.02 | 304.62 | 0.57 | 0.95 |
| Hex | FA | ED | F9 | 0 | 5 | 0 | 2 | 131 | 39 | 5F |
| Octal | 372 | 355 | 371 | 0 | 5 | 0 | 2 | 461 | 71 | 137 |
| Binary | 11111010 | 11101101 | 11111001 | 0 | 101 | 0 | 10 | 100110001 | 111001 | 1011111 |
Color Harmonies of #FAEDF9
Complementary color
Monochromatic Colors of #FAEDF9
Black with #FAEDF9
Text Example
Text Example
White with #FAEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDF9; }
p { color: rgb(250,237,249); }
H1.HeaderClassName
{
color: #FAEDF9;
}
.AnyTagClassName
{
color: #FAEDF9;
}
</style>
background-color css
<style>
a { background-color: #FAEDF9; }
a { background-color: rgb(250,237,249); }
div.DivClassName
{
background-color: #FAEDF9;
}
.BgClassName
{
background-color: #FAEDF9;
}
</style>
border-color css
<style>
span { border-color: #FAEDF9; }
span { border-color: rgb(250,237,249); }
td.TdClassName
{
border-color: #FAEDF9;
}
.TagClassName
{
border-color: #FAEDF9;
}
</style>