Shades of Selago #F4DBF6
Tints of Selago #F4DBF6
RGB
CMYK
RGB Variations
Color information
#F4DBF6 (or 0xF4DBF6) is known color: Selago. HEX triplet: F4, DB and F6. RGB value is (244,219,246). Sum of RGB (Red+Green+Blue) = 244+219+246=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBF6 is #0B2409. Grayscale: #E5E5E5. Windows color (decimal): -730122 or 16178164. OLE color: 16178164.
HSL color Cylindrical-coordinate representation of color #F4DBF6: hue angle of 295.56º 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 #F4DBF6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 246 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.04 |
| HSL | 295.56º | 0.6% | 0.91% | - |
| HSV(B) | 295.56º | 0.11% | 0.96% | - |
| XYZ | 79.27 | 76.55 | 97.79 | - |
| YUV | 229.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 246 | 0.01 | 0.11 | 0 | 0.04 | 295.56 | 0.6 | 0.91 |
| Hex | F4 | DB | F6 | 1 | B | 0 | 4 | 128 | 3C | 5B |
| Octal | 364 | 333 | 366 | 1 | 13 | 0 | 4 | 450 | 74 | 133 |
| Binary | 11110100 | 11011011 | 11110110 | 1 | 1011 | 0 | 100 | 100101000 | 111100 | 1011011 |
Color Harmonies of #F4DBF6
Complementary color
Monochromatic Colors of #F4DBF6
Black with #F4DBF6
Text Example
Text Example
White with #F4DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBF6; }
p { color: rgb(244,219,246); }
H1.HeaderClassName
{
color: #F4DBF6;
}
.AnyTagClassName
{
color: #F4DBF6;
}
</style>
background-color css
<style>
a { background-color: #F4DBF6; }
a { background-color: rgb(244,219,246); }
div.DivClassName
{
background-color: #F4DBF6;
}
.BgClassName
{
background-color: #F4DBF6;
}
</style>
border-color css
<style>
span { border-color: #F4DBF6; }
span { border-color: rgb(244,219,246); }
td.TdClassName
{
border-color: #F4DBF6;
}
.TagClassName
{
border-color: #F4DBF6;
}
</style>