Shades of Selago #F6D8FC
Tints of Selago #F6D8FC
RGB
CMYK
RGB Variations
Color information
#F6D8FC (or 0xF6D8FC) is known color: Selago. HEX triplet: F6, D8 and FC. RGB value is (246,216,252). Sum of RGB (Red+Green+Blue) = 246+216+252=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 216 (84.77% from 255 or 30.25% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6D8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D8FC is #092703. Grayscale: #E4E4E4. Windows color (decimal): -599812 or 16570614. OLE color: 16570614.
HSL color Cylindrical-coordinate representation of color #F6D8FC: hue angle of 290º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D8FC is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 216 | 252 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.01 |
| HSL | 290º | 0.86% | 0.92% | - |
| HSV(B) | 290º | 0.14% | 0.99% | - |
| XYZ | 80.13 | 75.73 | 102.49 | - |
| YUV | 229.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 252 | 0.02 | 0.14 | 0 | 0.01 | 290 | 0.86 | 0.92 |
| Hex | F6 | D8 | FC | 2 | E | 0 | 1 | 122 | 56 | 5C |
| Octal | 366 | 330 | 374 | 2 | 16 | 0 | 1 | 442 | 126 | 134 |
| Binary | 11110110 | 11011000 | 11111100 | 10 | 1110 | 0 | 1 | 100100010 | 1010110 | 1011100 |
Color Harmonies of #F6D8FC
Complementary color
Monochromatic Colors of #F6D8FC
Black with #F6D8FC
Text Example
Text Example
White with #F6D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8FC; }
p { color: rgb(246,216,252); }
H1.HeaderClassName
{
color: #F6D8FC;
}
.AnyTagClassName
{
color: #F6D8FC;
}
</style>
background-color css
<style>
a { background-color: #F6D8FC; }
a { background-color: rgb(246,216,252); }
div.DivClassName
{
background-color: #F6D8FC;
}
.BgClassName
{
background-color: #F6D8FC;
}
</style>
border-color css
<style>
span { border-color: #F6D8FC; }
span { border-color: rgb(246,216,252); }
td.TdClassName
{
border-color: #F6D8FC;
}
.TagClassName
{
border-color: #F6D8FC;
}
</style>