Shades of Selago #FADEF8
Tints of Selago #FADEF8
RGB
CMYK
RGB Variations
Color information
#FADEF8 (or 0xFADEF8) is known color: Selago. HEX triplet: FA, DE and F8. RGB value is (250,222,248). Sum of RGB (Red+Green+Blue) = 250+222+248=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF8 is #052107. Grayscale: #E9E9E9. Windows color (decimal): -336136 or 16310010. OLE color: 16310010.
HSL color Cylindrical-coordinate representation of color #FADEF8: hue angle of 304.29º 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 #FADEF8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 248 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.02 |
| HSL | 304.29º | 0.74% | 0.93% | - |
| HSV(B) | 304.29º | 0.11% | 0.98% | - |
| XYZ | 82.49 | 79.34 | 99.77 | - |
| YUV | 233.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 248 | 0 | 0.11 | 0.01 | 0.02 | 304.29 | 0.74 | 0.93 |
| Hex | FA | DE | F8 | 0 | B | 1 | 2 | 130 | 4A | 5D |
| Octal | 372 | 336 | 370 | 0 | 13 | 1 | 2 | 460 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11111000 | 0 | 1011 | 1 | 10 | 100110000 | 1001010 | 1011101 |
Color Harmonies of #FADEF8
Complementary color
Monochromatic Colors of #FADEF8
Black with #FADEF8
Text Example
Text Example
White with #FADEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF8; }
p { color: rgb(250,222,248); }
H1.HeaderClassName
{
color: #FADEF8;
}
.AnyTagClassName
{
color: #FADEF8;
}
</style>
background-color css
<style>
a { background-color: #FADEF8; }
a { background-color: rgb(250,222,248); }
div.DivClassName
{
background-color: #FADEF8;
}
.BgClassName
{
background-color: #FADEF8;
}
</style>
border-color css
<style>
span { border-color: #FADEF8; }
span { border-color: rgb(250,222,248); }
td.TdClassName
{
border-color: #FADEF8;
}
.TagClassName
{
border-color: #FADEF8;
}
</style>