Shades of Selago #FADEFF
Tints of Selago #FADEFF
RGB
CMYK
RGB Variations
Color information
#FADEFF (or 0xFADEFF) is known color: Selago. HEX triplet: FA, DE and FF. RGB value is (250,222,255). Sum of RGB (Red+Green+Blue) = 250+222+255=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FADEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEFF is #052100. Grayscale: #EAEAEA. Windows color (decimal): -336129 or 16768762. OLE color: 16768762.
HSL color Cylindrical-coordinate representation of color #FADEFF: hue angle of 290.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADEFF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 222 | 255 | - |
| CMYK | 0.02 | 0.13 | 0 | 0 |
| HSL | 290.91º | 1% | 0.94% | - |
| HSV(B) | 290.91º | 0.13% | 1% | - |
| XYZ | 83.6 | 79.79 | 105.6 | - |
| YUV | 234.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 255 | 0.02 | 0.13 | 0 | 0 | 290.91 | 1 | 0.94 |
| Hex | FA | DE | FF | 2 | D | 0 | 0 | 123 | 64 | 5E |
| Octal | 372 | 336 | 377 | 2 | 15 | 0 | 0 | 443 | 144 | 136 |
| Binary | 11111010 | 11011110 | 11111111 | 10 | 1101 | 0 | 0 | 100100011 | 1100100 | 1011110 |
Color Harmonies of #FADEFF
Complementary color
Monochromatic Colors of #FADEFF
Black with #FADEFF
Text Example
Text Example
White with #FADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEFF; }
p { color: rgb(250,222,255); }
H1.HeaderClassName
{
color: #FADEFF;
}
.AnyTagClassName
{
color: #FADEFF;
}
</style>
background-color css
<style>
a { background-color: #FADEFF; }
a { background-color: rgb(250,222,255); }
div.DivClassName
{
background-color: #FADEFF;
}
.BgClassName
{
background-color: #FADEFF;
}
</style>
border-color css
<style>
span { border-color: #FADEFF; }
span { border-color: rgb(250,222,255); }
td.TdClassName
{
border-color: #FADEFF;
}
.TagClassName
{
border-color: #FADEFF;
}
</style>