Shades of Selago #F3DBF6
Tints of Selago #F3DBF6
RGB
CMYK
RGB Variations
Color information
#F3DBF6 (or 0xF3DBF6) is known color: Selago. HEX triplet: F3, DB and F6. RGB value is (243,219,246). Sum of RGB (Red+Green+Blue) = 243+219+246=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBF6 is #0C2409. Grayscale: #E5E5E5. Windows color (decimal): -795658 or 16178163. OLE color: 16178163.
HSL color Cylindrical-coordinate representation of color #F3DBF6: hue angle of 293.33º degrees, saturation: 0.6, 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 #F3DBF6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 219 | 246 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.04 |
| HSL | 293.33º | 0.6% | 0.91% | - |
| HSV(B) | 293.33º | 0.11% | 0.96% | - |
| XYZ | 78.93 | 76.37 | 97.77 | - |
| YUV | 229.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 246 | 0.01 | 0.11 | 0 | 0.04 | 293.33 | 0.6 | 0.91 |
| Hex | F3 | DB | F6 | 1 | B | 0 | 4 | 125 | 3C | 5B |
| Octal | 363 | 333 | 366 | 1 | 13 | 0 | 4 | 445 | 74 | 133 |
| Binary | 11110011 | 11011011 | 11110110 | 1 | 1011 | 0 | 100 | 100100101 | 111100 | 1011011 |
Color Harmonies of #F3DBF6
Complementary color
Monochromatic Colors of #F3DBF6
Black with #F3DBF6
Text Example
Text Example
White with #F3DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBF6; }
p { color: rgb(243,219,246); }
H1.HeaderClassName
{
color: #F3DBF6;
}
.AnyTagClassName
{
color: #F3DBF6;
}
</style>
background-color css
<style>
a { background-color: #F3DBF6; }
a { background-color: rgb(243,219,246); }
div.DivClassName
{
background-color: #F3DBF6;
}
.BgClassName
{
background-color: #F3DBF6;
}
</style>
border-color css
<style>
span { border-color: #F3DBF6; }
span { border-color: rgb(243,219,246); }
td.TdClassName
{
border-color: #F3DBF6;
}
.TagClassName
{
border-color: #F3DBF6;
}
</style>