Shades of Selago #FADEFA
Tints of Selago #FADEFA
RGB
CMYK
RGB Variations
Color information
#FADEFA (or 0xFADEFA) is known color: Selago. HEX triplet: FA, DE and FA. RGB value is (250,222,250). Sum of RGB (Red+Green+Blue) = 250+222+250=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEFA is #052105. Grayscale: #E9E9E9. Windows color (decimal): -336134 or 16441082. OLE color: 16441082.
HSL color Cylindrical-coordinate representation of color #FADEFA: hue angle of 300º degrees, saturation: 0.74, 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 #FADEFA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 250 | - |
CMYK | 0 | 0.11 | 0 | 0.02 |
HSL | 300º | 0.74% | 0.93% | - |
HSV(B) | 300º | 0.11% | 0.98% | - |
XYZ | 82.8 | 79.47 | 101.42 | - |
YUV | 233.56 | 137.28 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 250 | 0 | 0.11 | 0 | 0.02 | 300 | 0.74 | 0.93 |
Hex | FA | DE | FA | 0 | B | 0 | 2 | 12C | 4A | 5D |
Octal | 372 | 336 | 372 | 0 | 13 | 0 | 2 | 454 | 112 | 135 |
Binary | 11111010 | 11011110 | 11111010 | 0 | 1011 | 0 | 10 | 100101100 | 1001010 | 1011101 |
Color Harmonies of #FADEFA
Complementary color
Monochromatic Colors of #FADEFA
Black with #FADEFA
Text Example
Text Example
White with #FADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEFA; }
p { color: rgb(250,222,250); }
H1.HeaderClassName
{
color: #FADEFA;
}
.AnyTagClassName
{
color: #FADEFA;
}
</style>
background-color css
<style>
a { background-color: #FADEFA; }
a { background-color: rgb(250,222,250); }
div.DivClassName
{
background-color: #FADEFA;
}
.BgClassName
{
background-color: #FADEFA;
}
</style>
border-color css
<style>
span { border-color: #FADEFA; }
span { border-color: rgb(250,222,250); }
td.TdClassName
{
border-color: #FADEFA;
}
.TagClassName
{
border-color: #FADEFA;
}
</style>