Shades of Selago #FADEF9
Tints of Selago #FADEF9
RGB
CMYK
RGB Variations
Color information
#FADEF9 (or 0xFADEF9) is known color: Selago. HEX triplet: FA, DE and F9. RGB value is (250,222,249). Sum of RGB (Red+Green+Blue) = 250+222+249=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF9 is #052106. Grayscale: #E9E9E9. Windows color (decimal): -336135 or 16375546. OLE color: 16375546.
HSL color Cylindrical-coordinate representation of color #FADEF9: hue angle of 302.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEF9 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 249 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.02 |
| HSL | 302.14º | 0.74% | 0.93% | - |
| HSV(B) | 302.14º | 0.11% | 0.98% | - |
| XYZ | 82.64 | 79.41 | 100.59 | - |
| YUV | 233.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 249 | 0 | 0.11 | 0.00 | 0.02 | 302.14 | 0.74 | 0.93 |
| Hex | FA | DE | F9 | 0 | B | 0 | 2 | 12E | 4A | 5D |
| Octal | 372 | 336 | 371 | 0 | 13 | 0 | 2 | 456 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11111001 | 0 | 1011 | 0 | 10 | 100101110 | 1001010 | 1011101 |
Color Harmonies of #FADEF9
Complementary color
Monochromatic Colors of #FADEF9
Black with #FADEF9
Text Example
Text Example
White with #FADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF9; }
p { color: rgb(250,222,249); }
H1.HeaderClassName
{
color: #FADEF9;
}
.AnyTagClassName
{
color: #FADEF9;
}
</style>
background-color css
<style>
a { background-color: #FADEF9; }
a { background-color: rgb(250,222,249); }
div.DivClassName
{
background-color: #FADEF9;
}
.BgClassName
{
background-color: #FADEF9;
}
</style>
border-color css
<style>
span { border-color: #FADEF9; }
span { border-color: rgb(250,222,249); }
td.TdClassName
{
border-color: #FADEF9;
}
.TagClassName
{
border-color: #FADEF9;
}
</style>