Shades of Selago #F6DEFA
Tints of Selago #F6DEFA
RGB
CMYK
RGB Variations
Color information
#F6DEFA (or 0xF6DEFA) is known color: Selago. HEX triplet: F6, DE and FA. RGB value is (246,222,250). Sum of RGB (Red+Green+Blue) = 246+222+250=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DEFA is #092105. Grayscale: #E8E8E8. Windows color (decimal): -598278 or 16441078. OLE color: 16441078.
HSL color Cylindrical-coordinate representation of color #F6DEFA: hue angle of 291.43º 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 #F6DEFA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 222 | 250 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.02 |
| HSL | 291.43º | 0.74% | 0.93% | - |
| HSV(B) | 291.43º | 0.11% | 0.98% | - |
| XYZ | 81.38 | 78.74 | 101.35 | - |
| YUV | 232.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 250 | 0.02 | 0.11 | 0 | 0.02 | 291.43 | 0.74 | 0.93 |
| Hex | F6 | DE | FA | 2 | B | 0 | 2 | 123 | 4A | 5D |
| Octal | 366 | 336 | 372 | 2 | 13 | 0 | 2 | 443 | 112 | 135 |
| Binary | 11110110 | 11011110 | 11111010 | 10 | 1011 | 0 | 10 | 100100011 | 1001010 | 1011101 |
Color Harmonies of #F6DEFA
Complementary color
Monochromatic Colors of #F6DEFA
Black with #F6DEFA
Text Example
Text Example
White with #F6DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEFA; }
p { color: rgb(246,222,250); }
H1.HeaderClassName
{
color: #F6DEFA;
}
.AnyTagClassName
{
color: #F6DEFA;
}
</style>
background-color css
<style>
a { background-color: #F6DEFA; }
a { background-color: rgb(246,222,250); }
div.DivClassName
{
background-color: #F6DEFA;
}
.BgClassName
{
background-color: #F6DEFA;
}
</style>
border-color css
<style>
span { border-color: #F6DEFA; }
span { border-color: rgb(246,222,250); }
td.TdClassName
{
border-color: #F6DEFA;
}
.TagClassName
{
border-color: #F6DEFA;
}
</style>