Shades of Selago #FADAFE
Tints of Selago #FADAFE
RGB
CMYK
RGB Variations
Color information
#FADAFE (or 0xFADAFE) is known color: Selago. HEX triplet: FA, DA and FE. RGB value is (250,218,254). Sum of RGB (Red+Green+Blue) = 250+218+254=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFE is #052501. Grayscale: #E7E7E7. Windows color (decimal): -337154 or 16702202. OLE color: 16702202.
HSL color Cylindrical-coordinate representation of color #FADAFE: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FADAFE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 218 | 254 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.00 |
| HSL | 293.33º | 0.95% | 0.93% | - |
| HSV(B) | 293.33º | 0.14% | 1% | - |
| XYZ | 82.39 | 77.62 | 104.41 | - |
| YUV | 231.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 254 | 0.02 | 0.14 | 0 | 0.00 | 293.33 | 0.95 | 0.93 |
| Hex | FA | DA | FE | 2 | E | 0 | 0 | 125 | 5F | 5D |
| Octal | 372 | 332 | 376 | 2 | 16 | 0 | 0 | 445 | 137 | 135 |
| Binary | 11111010 | 11011010 | 11111110 | 10 | 1110 | 0 | 0 | 100100101 | 1011111 | 1011101 |
Color Harmonies of #FADAFE
Complementary color
Monochromatic Colors of #FADAFE
Black with #FADAFE
Text Example
Text Example
White with #FADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAFE; }
p { color: rgb(250,218,254); }
H1.HeaderClassName
{
color: #FADAFE;
}
.AnyTagClassName
{
color: #FADAFE;
}
</style>
background-color css
<style>
a { background-color: #FADAFE; }
a { background-color: rgb(250,218,254); }
div.DivClassName
{
background-color: #FADAFE;
}
.BgClassName
{
background-color: #FADAFE;
}
</style>
border-color css
<style>
span { border-color: #FADAFE; }
span { border-color: rgb(250,218,254); }
td.TdClassName
{
border-color: #FADAFE;
}
.TagClassName
{
border-color: #FADAFE;
}
</style>