Shades of Selago #F6DBFC
Tints of Selago #F6DBFC
RGB
CMYK
RGB Variations
Color information
#F6DBFC (or 0xF6DBFC) is known color: Selago. HEX triplet: F6, DB and FC. RGB value is (246,219,252). Sum of RGB (Red+Green+Blue) = 246+219+252=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBFC is #092403. Grayscale: #E6E6E6. Windows color (decimal): -599044 or 16571382. OLE color: 16571382.
HSL color Cylindrical-coordinate representation of color #F6DBFC: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DBFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 219 | 252 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 289.09º | 0.85% | 0.92% | - |
| HSV(B) | 289.09º | 0.13% | 0.99% | - |
| XYZ | 80.91 | 77.28 | 102.75 | - |
| YUV | 230.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 252 | 0.02 | 0.13 | 0 | 0.01 | 289.09 | 0.85 | 0.92 |
| Hex | F6 | DB | FC | 2 | D | 0 | 1 | 121 | 55 | 5C |
| Octal | 366 | 333 | 374 | 2 | 15 | 0 | 1 | 441 | 125 | 134 |
| Binary | 11110110 | 11011011 | 11111100 | 10 | 1101 | 0 | 1 | 100100001 | 1010101 | 1011100 |
Color Harmonies of #F6DBFC
Complementary color
Monochromatic Colors of #F6DBFC
Black with #F6DBFC
Text Example
Text Example
White with #F6DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBFC; }
p { color: rgb(246,219,252); }
H1.HeaderClassName
{
color: #F6DBFC;
}
.AnyTagClassName
{
color: #F6DBFC;
}
</style>
background-color css
<style>
a { background-color: #F6DBFC; }
a { background-color: rgb(246,219,252); }
div.DivClassName
{
background-color: #F6DBFC;
}
.BgClassName
{
background-color: #F6DBFC;
}
</style>
border-color css
<style>
span { border-color: #F6DBFC; }
span { border-color: rgb(246,219,252); }
td.TdClassName
{
border-color: #F6DBFC;
}
.TagClassName
{
border-color: #F6DBFC;
}
</style>