Shades of Selago #FADEF6
Tints of Selago #FADEF6
RGB
CMYK
RGB Variations
Color information
#FADEF6 (or 0xFADEF6) is known color: Selago. HEX triplet: FA, DE and F6. RGB value is (250,222,246). Sum of RGB (Red+Green+Blue) = 250+222+246=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF6 is #052109. Grayscale: #E9E9E9. Windows color (decimal): -336138 or 16178938. OLE color: 16178938.
HSL color Cylindrical-coordinate representation of color #FADEF6: hue angle of 308.57º 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 #FADEF6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 246 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 308.57º | 0.74% | 0.93% | - |
| HSV(B) | 308.57º | 0.11% | 0.98% | - |
| XYZ | 82.18 | 79.22 | 98.15 | - |
| YUV | 233.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 246 | 0 | 0.11 | 0.02 | 0.02 | 308.57 | 0.74 | 0.93 |
| Hex | FA | DE | F6 | 0 | B | 2 | 2 | 135 | 4A | 5D |
| Octal | 372 | 336 | 366 | 0 | 13 | 2 | 2 | 465 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110110 | 0 | 1011 | 10 | 10 | 100110101 | 1001010 | 1011101 |
Color Harmonies of #FADEF6
Complementary color
Monochromatic Colors of #FADEF6
Black with #FADEF6
Text Example
Text Example
White with #FADEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF6; }
p { color: rgb(250,222,246); }
H1.HeaderClassName
{
color: #FADEF6;
}
.AnyTagClassName
{
color: #FADEF6;
}
</style>
background-color css
<style>
a { background-color: #FADEF6; }
a { background-color: rgb(250,222,246); }
div.DivClassName
{
background-color: #FADEF6;
}
.BgClassName
{
background-color: #FADEF6;
}
</style>
border-color css
<style>
span { border-color: #FADEF6; }
span { border-color: rgb(250,222,246); }
td.TdClassName
{
border-color: #FADEF6;
}
.TagClassName
{
border-color: #FADEF6;
}
</style>