Shades of Selago #FAF0F9
Tints of Selago #FAF0F9
RGB
CMYK
RGB Variations
Color information
#FAF0F9 (or 0xFAF0F9) is known color: Selago. HEX triplet: FA, F0 and F9. RGB value is (250,240,249). Sum of RGB (Red+Green+Blue) = 250+240+249=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 240 (94.14% from 255 or 32.48% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0F9 is #050F06. Grayscale: #F3F3F3. Windows color (decimal): -331527 or 16380154. OLE color: 16380154.
HSL color Cylindrical-coordinate representation of color #FAF0F9: hue angle of 306º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF0F9 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 249 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.02 |
| HSL | 306º | 0.5% | 0.96% | - |
| HSV(B) | 306º | 0.04% | 0.98% | - |
| XYZ | 87.68 | 89.48 | 102.27 | - |
| YUV | 244.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 249 | 0 | 0.04 | 0.00 | 0.02 | 306 | 0.5 | 0.96 |
| Hex | FA | F0 | F9 | 0 | 4 | 0 | 2 | 132 | 32 | 60 |
| Octal | 372 | 360 | 371 | 0 | 4 | 0 | 2 | 462 | 62 | 140 |
| Binary | 11111010 | 11110000 | 11111001 | 0 | 100 | 0 | 10 | 100110010 | 110010 | 1100000 |
Color Harmonies of #FAF0F9
Complementary color
Monochromatic Colors of #FAF0F9
Black with #FAF0F9
Text Example
Text Example
White with #FAF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0F9; }
p { color: rgb(250,240,249); }
H1.HeaderClassName
{
color: #FAF0F9;
}
.AnyTagClassName
{
color: #FAF0F9;
}
</style>
background-color css
<style>
a { background-color: #FAF0F9; }
a { background-color: rgb(250,240,249); }
div.DivClassName
{
background-color: #FAF0F9;
}
.BgClassName
{
background-color: #FAF0F9;
}
</style>
border-color css
<style>
span { border-color: #FAF0F9; }
span { border-color: rgb(250,240,249); }
td.TdClassName
{
border-color: #FAF0F9;
}
.TagClassName
{
border-color: #FAF0F9;
}
</style>