Shades of Selago #F6DBFD
Tints of Selago #F6DBFD
RGB
CMYK
RGB Variations
Color information
#F6DBFD (or 0xF6DBFD) is known color: Selago. HEX triplet: F6, DB and FD. RGB value is (246,219,253). Sum of RGB (Red+Green+Blue) = 246+219+253=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBFD is #092402. Grayscale: #E6E6E6. Windows color (decimal): -599043 or 16636918. OLE color: 16636918.
HSL color Cylindrical-coordinate representation of color #F6DBFD: hue angle of 287.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DBFD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 219 | 253 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.01 |
| HSL | 287.65º | 0.89% | 0.93% | - |
| HSV(B) | 287.65º | 0.13% | 0.99% | - |
| XYZ | 81.07 | 77.35 | 103.59 | - |
| YUV | 230.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 253 | 0.03 | 0.13 | 0 | 0.01 | 287.65 | 0.89 | 0.93 |
| Hex | F6 | DB | FD | 3 | D | 0 | 1 | 120 | 59 | 5D |
| Octal | 366 | 333 | 375 | 3 | 15 | 0 | 1 | 440 | 131 | 135 |
| Binary | 11110110 | 11011011 | 11111101 | 11 | 1101 | 0 | 1 | 100100000 | 1011001 | 1011101 |
Color Harmonies of #F6DBFD
Complementary color
Monochromatic Colors of #F6DBFD
Black with #F6DBFD
Text Example
Text Example
White with #F6DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBFD; }
p { color: rgb(246,219,253); }
H1.HeaderClassName
{
color: #F6DBFD;
}
.AnyTagClassName
{
color: #F6DBFD;
}
</style>
background-color css
<style>
a { background-color: #F6DBFD; }
a { background-color: rgb(246,219,253); }
div.DivClassName
{
background-color: #F6DBFD;
}
.BgClassName
{
background-color: #F6DBFD;
}
</style>
border-color css
<style>
span { border-color: #F6DBFD; }
span { border-color: rgb(246,219,253); }
td.TdClassName
{
border-color: #F6DBFD;
}
.TagClassName
{
border-color: #F6DBFD;
}
</style>