Shades of Selago #F6DAFA
Tints of Selago #F6DAFA
RGB
CMYK
RGB Variations
Color information
#F6DAFA (or 0xF6DAFA) is known color: Selago. HEX triplet: F6, DA and FA. RGB value is (246,218,250). Sum of RGB (Red+Green+Blue) = 246+218+250=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAFA is #092505. Grayscale: #E5E5E5. Windows color (decimal): -599302 or 16440054. OLE color: 16440054.
HSL color Cylindrical-coordinate representation of color #F6DAFA: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DAFA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 218 | 250 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.02 |
| HSL | 292.5º | 0.76% | 0.92% | - |
| HSV(B) | 292.5º | 0.13% | 0.98% | - |
| XYZ | 80.33 | 76.64 | 101 | - |
| YUV | 230.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 250 | 0.02 | 0.13 | 0 | 0.02 | 292.5 | 0.76 | 0.92 |
| Hex | F6 | DA | FA | 2 | D | 0 | 2 | 124 | 4C | 5C |
| Octal | 366 | 332 | 372 | 2 | 15 | 0 | 2 | 444 | 114 | 134 |
| Binary | 11110110 | 11011010 | 11111010 | 10 | 1101 | 0 | 10 | 100100100 | 1001100 | 1011100 |
Color Harmonies of #F6DAFA
Complementary color
Monochromatic Colors of #F6DAFA
Black with #F6DAFA
Text Example
Text Example
White with #F6DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAFA; }
p { color: rgb(246,218,250); }
H1.HeaderClassName
{
color: #F6DAFA;
}
.AnyTagClassName
{
color: #F6DAFA;
}
</style>
background-color css
<style>
a { background-color: #F6DAFA; }
a { background-color: rgb(246,218,250); }
div.DivClassName
{
background-color: #F6DAFA;
}
.BgClassName
{
background-color: #F6DAFA;
}
</style>
border-color css
<style>
span { border-color: #F6DAFA; }
span { border-color: rgb(246,218,250); }
td.TdClassName
{
border-color: #F6DAFA;
}
.TagClassName
{
border-color: #F6DAFA;
}
</style>