Shades of Selago #FADAFF
Tints of Selago #FADAFF
RGB
CMYK
RGB Variations
Color information
#FADAFF (or 0xFADAFF) is known color: Selago. HEX triplet: FA, DA and FF. RGB value is (250,218,255). Sum of RGB (Red+Green+Blue) = 250+218+255=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #FADAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFF is #052500. Grayscale: #E7E7E7. Windows color (decimal): -337153 or 16767738. OLE color: 16767738.
HSL color Cylindrical-coordinate representation of color #FADAFF: hue angle of 291.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FADAFF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 218 | 255 | - |
| CMYK | 0.02 | 0.15 | 0 | 0 |
| HSL | 291.89º | 1% | 0.93% | - |
| HSV(B) | 291.89º | 0.15% | 1% | - |
| XYZ | 82.55 | 77.69 | 105.25 | - |
| YUV | 231.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 255 | 0.02 | 0.15 | 0 | 0 | 291.89 | 1 | 0.93 |
| Hex | FA | DA | FF | 2 | F | 0 | 0 | 124 | 64 | 5D |
| Octal | 372 | 332 | 377 | 2 | 17 | 0 | 0 | 444 | 144 | 135 |
| Binary | 11111010 | 11011010 | 11111111 | 10 | 1111 | 0 | 0 | 100100100 | 1100100 | 1011101 |
Color Harmonies of #FADAFF
Complementary color
Monochromatic Colors of #FADAFF
Black with #FADAFF
Text Example
Text Example
White with #FADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAFF; }
p { color: rgb(250,218,255); }
H1.HeaderClassName
{
color: #FADAFF;
}
.AnyTagClassName
{
color: #FADAFF;
}
</style>
background-color css
<style>
a { background-color: #FADAFF; }
a { background-color: rgb(250,218,255); }
div.DivClassName
{
background-color: #FADAFF;
}
.BgClassName
{
background-color: #FADAFF;
}
</style>
border-color css
<style>
span { border-color: #FADAFF; }
span { border-color: rgb(250,218,255); }
td.TdClassName
{
border-color: #FADAFF;
}
.TagClassName
{
border-color: #FADAFF;
}
</style>