Shades of Selago #FADEF7
Tints of Selago #FADEF7
RGB
CMYK
RGB Variations
Color information
#FADEF7 (or 0xFADEF7) is known color: Selago. HEX triplet: FA, DE and F7. RGB value is (250,222,247). Sum of RGB (Red+Green+Blue) = 250+222+247=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF7 is #052108. Grayscale: #E9E9E9. Windows color (decimal): -336137 or 16244474. OLE color: 16244474.
HSL color Cylindrical-coordinate representation of color #FADEF7: hue angle of 306.43º 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 #FADEF7 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 247 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.02 |
| HSL | 306.43º | 0.74% | 0.93% | - |
| HSV(B) | 306.43º | 0.11% | 0.98% | - |
| XYZ | 82.33 | 79.28 | 98.96 | - |
| YUV | 233.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 247 | 0 | 0.11 | 0.01 | 0.02 | 306.43 | 0.74 | 0.93 |
| Hex | FA | DE | F7 | 0 | B | 1 | 2 | 132 | 4A | 5D |
| Octal | 372 | 336 | 367 | 0 | 13 | 1 | 2 | 462 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110111 | 0 | 1011 | 1 | 10 | 100110010 | 1001010 | 1011101 |
Color Harmonies of #FADEF7
Complementary color
Monochromatic Colors of #FADEF7
Black with #FADEF7
Text Example
Text Example
White with #FADEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF7; }
p { color: rgb(250,222,247); }
H1.HeaderClassName
{
color: #FADEF7;
}
.AnyTagClassName
{
color: #FADEF7;
}
</style>
background-color css
<style>
a { background-color: #FADEF7; }
a { background-color: rgb(250,222,247); }
div.DivClassName
{
background-color: #FADEF7;
}
.BgClassName
{
background-color: #FADEF7;
}
</style>
border-color css
<style>
span { border-color: #FADEF7; }
span { border-color: rgb(250,222,247); }
td.TdClassName
{
border-color: #FADEF7;
}
.TagClassName
{
border-color: #FADEF7;
}
</style>