Shades of Selago #F8DBF6
Tints of Selago #F8DBF6
RGB
CMYK
RGB Variations
Color information
#F8DBF6 (or 0xF8DBF6) is known color: Selago. HEX triplet: F8, DB and F6. RGB value is (248,219,246). Sum of RGB (Red+Green+Blue) = 248+219+246=713 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.78% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBF6 is #072409. Grayscale: #E6E6E6. Windows color (decimal): -467978 or 16178168. OLE color: 16178168.
HSL color Cylindrical-coordinate representation of color #F8DBF6: hue angle of 304.14º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBF6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 246 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.03 |
| HSL | 304.14º | 0.67% | 0.92% | - |
| HSV(B) | 304.14º | 0.12% | 0.97% | - |
| XYZ | 80.68 | 77.27 | 97.85 | - |
| YUV | 230.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 246 | 0 | 0.12 | 0.01 | 0.03 | 304.14 | 0.67 | 0.92 |
| Hex | F8 | DB | F6 | 0 | C | 1 | 3 | 130 | 43 | 5C |
| Octal | 370 | 333 | 366 | 0 | 14 | 1 | 3 | 460 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11110110 | 0 | 1100 | 1 | 11 | 100110000 | 1000011 | 1011100 |
Color Harmonies of #F8DBF6
Complementary color
Monochromatic Colors of #F8DBF6
Black with #F8DBF6
Text Example
Text Example
White with #F8DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBF6; }
p { color: rgb(248,219,246); }
H1.HeaderClassName
{
color: #F8DBF6;
}
.AnyTagClassName
{
color: #F8DBF6;
}
</style>
background-color css
<style>
a { background-color: #F8DBF6; }
a { background-color: rgb(248,219,246); }
div.DivClassName
{
background-color: #F8DBF6;
}
.BgClassName
{
background-color: #F8DBF6;
}
</style>
border-color css
<style>
span { border-color: #F8DBF6; }
span { border-color: rgb(248,219,246); }
td.TdClassName
{
border-color: #F8DBF6;
}
.TagClassName
{
border-color: #F8DBF6;
}
</style>