Shades of Selago #FADFFA
Tints of Selago #FADFFA
RGB
CMYK
RGB Variations
Color information
#FADFFA (or 0xFADFFA) is known color: Selago. HEX triplet: FA, DF and FA. RGB value is (250,223,250). Sum of RGB (Red+Green+Blue) = 250+223+250=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFA is #052005. Grayscale: #EAEAEA. Windows color (decimal): -335878 or 16441338. OLE color: 16441338.
HSL color Cylindrical-coordinate representation of color #FADFFA: hue angle of 300º degrees, saturation: 0.73, 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 #FADFFA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 250 | - |
| CMYK | 0 | 0.11 | 0 | 0.02 |
| HSL | 300º | 0.73% | 0.93% | - |
| HSV(B) | 300º | 0.11% | 0.98% | - |
| XYZ | 83.07 | 80 | 101.51 | - |
| YUV | 234.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 250 | 0 | 0.11 | 0 | 0.02 | 300 | 0.73 | 0.93 |
| Hex | FA | DF | FA | 0 | B | 0 | 2 | 12C | 49 | 5D |
| Octal | 372 | 337 | 372 | 0 | 13 | 0 | 2 | 454 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11111010 | 0 | 1011 | 0 | 10 | 100101100 | 1001001 | 1011101 |
Color Harmonies of #FADFFA
Complementary color
Monochromatic Colors of #FADFFA
Black with #FADFFA
Text Example
Text Example
White with #FADFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFFA; }
p { color: rgb(250,223,250); }
H1.HeaderClassName
{
color: #FADFFA;
}
.AnyTagClassName
{
color: #FADFFA;
}
</style>
background-color css
<style>
a { background-color: #FADFFA; }
a { background-color: rgb(250,223,250); }
div.DivClassName
{
background-color: #FADFFA;
}
.BgClassName
{
background-color: #FADFFA;
}
</style>
border-color css
<style>
span { border-color: #FADFFA; }
span { border-color: rgb(250,223,250); }
td.TdClassName
{
border-color: #FADFFA;
}
.TagClassName
{
border-color: #FADFFA;
}
</style>