Shades of Selago #F6DCFD
Tints of Selago #F6DCFD
RGB
CMYK
RGB Variations
Color information
#F6DCFD (or 0xF6DCFD) is known color: Selago. HEX triplet: F6, DC and FD. RGB value is (246,220,253). Sum of RGB (Red+Green+Blue) = 246+220+253=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFD is #092302. Grayscale: #E7E7E7. Windows color (decimal): -598787 or 16637174. OLE color: 16637174.
HSL color Cylindrical-coordinate representation of color #F6DCFD: hue angle of 287.27º 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 #F6DCFD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 220 | 253 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.01 |
| HSL | 287.27º | 0.89% | 0.93% | - |
| HSV(B) | 287.27º | 0.13% | 0.99% | - |
| XYZ | 81.33 | 77.87 | 103.67 | - |
| YUV | 231.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 253 | 0.03 | 0.13 | 0 | 0.01 | 287.27 | 0.89 | 0.93 |
| Hex | F6 | DC | FD | 3 | D | 0 | 1 | 11F | 59 | 5D |
| Octal | 366 | 334 | 375 | 3 | 15 | 0 | 1 | 437 | 131 | 135 |
| Binary | 11110110 | 11011100 | 11111101 | 11 | 1101 | 0 | 1 | 100011111 | 1011001 | 1011101 |
Color Harmonies of #F6DCFD
Complementary color
Monochromatic Colors of #F6DCFD
Black with #F6DCFD
Text Example
Text Example
White with #F6DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCFD; }
p { color: rgb(246,220,253); }
H1.HeaderClassName
{
color: #F6DCFD;
}
.AnyTagClassName
{
color: #F6DCFD;
}
</style>
background-color css
<style>
a { background-color: #F6DCFD; }
a { background-color: rgb(246,220,253); }
div.DivClassName
{
background-color: #F6DCFD;
}
.BgClassName
{
background-color: #F6DCFD;
}
</style>
border-color css
<style>
span { border-color: #F6DCFD; }
span { border-color: rgb(246,220,253); }
td.TdClassName
{
border-color: #F6DCFD;
}
.TagClassName
{
border-color: #F6DCFD;
}
</style>