Shades of Selago #F6D8FA
Tints of Selago #F6D8FA
RGB
CMYK
RGB Variations
Color information
#F6D8FA (or 0xF6D8FA) is known color: Selago. HEX triplet: F6, D8 and FA. RGB value is (246,216,250). Sum of RGB (Red+Green+Blue) = 246+216+250=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 216 (84.77% from 255 or 30.34% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6D8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8FA is #092705. Grayscale: #E4E4E4. Windows color (decimal): -599814 or 16439542. OLE color: 16439542.
HSL color Cylindrical-coordinate representation of color #F6D8FA: hue angle of 292.94º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D8FA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 216 | 250 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.02 |
| HSL | 292.94º | 0.77% | 0.91% | - |
| HSV(B) | 292.94º | 0.14% | 0.98% | - |
| XYZ | 79.82 | 75.61 | 100.83 | - |
| YUV | 228.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 250 | 0.02 | 0.14 | 0 | 0.02 | 292.94 | 0.77 | 0.91 |
| Hex | F6 | D8 | FA | 2 | E | 0 | 2 | 125 | 4D | 5B |
| Octal | 366 | 330 | 372 | 2 | 16 | 0 | 2 | 445 | 115 | 133 |
| Binary | 11110110 | 11011000 | 11111010 | 10 | 1110 | 0 | 10 | 100100101 | 1001101 | 1011011 |
Color Harmonies of #F6D8FA
Complementary color
Monochromatic Colors of #F6D8FA
Black with #F6D8FA
Text Example
Text Example
White with #F6D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8FA; }
p { color: rgb(246,216,250); }
H1.HeaderClassName
{
color: #F6D8FA;
}
.AnyTagClassName
{
color: #F6D8FA;
}
</style>
background-color css
<style>
a { background-color: #F6D8FA; }
a { background-color: rgb(246,216,250); }
div.DivClassName
{
background-color: #F6D8FA;
}
.BgClassName
{
background-color: #F6D8FA;
}
</style>
border-color css
<style>
span { border-color: #F6D8FA; }
span { border-color: rgb(246,216,250); }
td.TdClassName
{
border-color: #F6D8FA;
}
.TagClassName
{
border-color: #F6D8FA;
}
</style>