Shades of Selago #FADAFA
Tints of Selago #FADAFA
RGB
CMYK
RGB Variations
Color information
#FADAFA (or 0xFADAFA) is known color: Selago. HEX triplet: FA, DA and FA. RGB value is (250,218,250). Sum of RGB (Red+Green+Blue) = 250+218+250=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFA is #052505. Grayscale: #E7E7E7. Windows color (decimal): -337158 or 16440058. OLE color: 16440058.
HSL color Cylindrical-coordinate representation of color #FADAFA: hue angle of 300º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAFA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 250 | - |
| CMYK | 0 | 0.13 | 0 | 0.02 |
| HSL | 300º | 0.76% | 0.92% | - |
| HSV(B) | 300º | 0.13% | 0.98% | - |
| XYZ | 81.75 | 77.37 | 101.07 | - |
| YUV | 231.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 250 | 0 | 0.13 | 0 | 0.02 | 300 | 0.76 | 0.92 |
| Hex | FA | DA | FA | 0 | D | 0 | 2 | 12C | 4C | 5C |
| Octal | 372 | 332 | 372 | 0 | 15 | 0 | 2 | 454 | 114 | 134 |
| Binary | 11111010 | 11011010 | 11111010 | 0 | 1101 | 0 | 10 | 100101100 | 1001100 | 1011100 |
Color Harmonies of #FADAFA
Complementary color
Monochromatic Colors of #FADAFA
Black with #FADAFA
Text Example
Text Example
White with #FADAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAFA; }
p { color: rgb(250,218,250); }
H1.HeaderClassName
{
color: #FADAFA;
}
.AnyTagClassName
{
color: #FADAFA;
}
</style>
background-color css
<style>
a { background-color: #FADAFA; }
a { background-color: rgb(250,218,250); }
div.DivClassName
{
background-color: #FADAFA;
}
.BgClassName
{
background-color: #FADAFA;
}
</style>
border-color css
<style>
span { border-color: #FADAFA; }
span { border-color: rgb(250,218,250); }
td.TdClassName
{
border-color: #FADAFA;
}
.TagClassName
{
border-color: #FADAFA;
}
</style>