Shades of Selago #F6DCF5
Tints of Selago #F6DCF5
RGB
CMYK
RGB Variations
Color information
#F6DCF5 (or 0xF6DCF5) is known color: Selago. HEX triplet: F6, DC and F5. RGB value is (246,220,245). Sum of RGB (Red+Green+Blue) = 246+220+245=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCF5 is #09230A. Grayscale: #E6E6E6. Windows color (decimal): -598795 or 16112886. OLE color: 16112886.
HSL color Cylindrical-coordinate representation of color #F6DCF5: hue angle of 302.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DCF5 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 245 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.04 |
| HSL | 302.31º | 0.59% | 0.91% | - |
| HSV(B) | 302.31º | 0.11% | 0.96% | - |
| XYZ | 80.08 | 77.37 | 97.1 | - |
| YUV | 230.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 245 | 0 | 0.11 | 0.00 | 0.04 | 302.31 | 0.59 | 0.91 |
| Hex | F6 | DC | F5 | 0 | B | 0 | 4 | 12E | 3B | 5B |
| Octal | 366 | 334 | 365 | 0 | 13 | 0 | 4 | 456 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11110101 | 0 | 1011 | 0 | 100 | 100101110 | 111011 | 1011011 |
Color Harmonies of #F6DCF5
Complementary color
Monochromatic Colors of #F6DCF5
Black with #F6DCF5
Text Example
Text Example
White with #F6DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCF5; }
p { color: rgb(246,220,245); }
H1.HeaderClassName
{
color: #F6DCF5;
}
.AnyTagClassName
{
color: #F6DCF5;
}
</style>
background-color css
<style>
a { background-color: #F6DCF5; }
a { background-color: rgb(246,220,245); }
div.DivClassName
{
background-color: #F6DCF5;
}
.BgClassName
{
background-color: #F6DCF5;
}
</style>
border-color css
<style>
span { border-color: #F6DCF5; }
span { border-color: rgb(246,220,245); }
td.TdClassName
{
border-color: #F6DCF5;
}
.TagClassName
{
border-color: #F6DCF5;
}
</style>