Shades of Selago #F6D2FB
Tints of Selago #F6D2FB
RGB
CMYK
RGB Variations
Color information
#F6D2FB (or 0xF6D2FB) is known color: Selago. HEX triplet: F6, D2 and FB. RGB value is (246,210,251). Sum of RGB (Red+Green+Blue) = 246+210+251=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 210 (82.42% from 255 or 29.70% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D2FB is #092D04. Grayscale: #E1E1E1. Windows color (decimal): -601349 or 16503542. OLE color: 16503542.
HSL color Cylindrical-coordinate representation of color #F6D2FB: hue angle of 292.68º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6D2FB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 210 | 251 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.02 |
| HSL | 292.68º | 0.84% | 0.9% | - |
| HSV(B) | 292.68º | 0.16% | 0.98% | - |
| XYZ | 78.47 | 72.65 | 101.15 | - |
| YUV | 225.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 251 | 0.02 | 0.16 | 0 | 0.02 | 292.68 | 0.84 | 0.9 |
| Hex | F6 | D2 | FB | 2 | 10 | 0 | 2 | 125 | 54 | 5A |
| Octal | 366 | 322 | 373 | 2 | 20 | 0 | 2 | 445 | 124 | 132 |
| Binary | 11110110 | 11010010 | 11111011 | 10 | 10000 | 0 | 10 | 100100101 | 1010100 | 1011010 |
Color Harmonies of #F6D2FB
Complementary color
Monochromatic Colors of #F6D2FB
Black with #F6D2FB
Text Example
Text Example
White with #F6D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D2FB; }
p { color: rgb(246,210,251); }
H1.HeaderClassName
{
color: #F6D2FB;
}
.AnyTagClassName
{
color: #F6D2FB;
}
</style>
background-color css
<style>
a { background-color: #F6D2FB; }
a { background-color: rgb(246,210,251); }
div.DivClassName
{
background-color: #F6D2FB;
}
.BgClassName
{
background-color: #F6D2FB;
}
</style>
border-color css
<style>
span { border-color: #F6D2FB; }
span { border-color: rgb(246,210,251); }
td.TdClassName
{
border-color: #F6D2FB;
}
.TagClassName
{
border-color: #F6D2FB;
}
</style>