Shades of Selago #F6DCFC
Tints of Selago #F6DCFC
RGB
CMYK
RGB Variations
Color information
#F6DCFC (or 0xF6DCFC) is known color: Selago. HEX triplet: F6, DC and FC. RGB value is (246,220,252). Sum of RGB (Red+Green+Blue) = 246+220+252=718 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.26% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFC is #092303. Grayscale: #E7E7E7. Windows color (decimal): -598788 or 16571638. OLE color: 16571638.
HSL color Cylindrical-coordinate representation of color #F6DCFC: hue angle of 288.75º degrees, saturation: 0.84, 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 #F6DCFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 220 | 252 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 288.75º | 0.84% | 0.93% | - |
| HSV(B) | 288.75º | 0.13% | 0.99% | - |
| XYZ | 81.17 | 77.81 | 102.84 | - |
| YUV | 231.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 252 | 0.02 | 0.13 | 0 | 0.01 | 288.75 | 0.84 | 0.93 |
| Hex | F6 | DC | FC | 2 | D | 0 | 1 | 121 | 54 | 5D |
| Octal | 366 | 334 | 374 | 2 | 15 | 0 | 1 | 441 | 124 | 135 |
| Binary | 11110110 | 11011100 | 11111100 | 10 | 1101 | 0 | 1 | 100100001 | 1010100 | 1011101 |
Color Harmonies of #F6DCFC
Complementary color
Monochromatic Colors of #F6DCFC
Black with #F6DCFC
Text Example
Text Example
White with #F6DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCFC; }
p { color: rgb(246,220,252); }
H1.HeaderClassName
{
color: #F6DCFC;
}
.AnyTagClassName
{
color: #F6DCFC;
}
</style>
background-color css
<style>
a { background-color: #F6DCFC; }
a { background-color: rgb(246,220,252); }
div.DivClassName
{
background-color: #F6DCFC;
}
.BgClassName
{
background-color: #F6DCFC;
}
</style>
border-color css
<style>
span { border-color: #F6DCFC; }
span { border-color: rgb(246,220,252); }
td.TdClassName
{
border-color: #F6DCFC;
}
.TagClassName
{
border-color: #F6DCFC;
}
</style>