Shades of Selago #F8DBFC
Tints of Selago #F8DBFC
RGB
CMYK
RGB Variations
Color information
#F8DBFC (or 0xF8DBFC) is known color: Selago. HEX triplet: F8, DB and FC. RGB value is (248,219,252). Sum of RGB (Red+Green+Blue) = 248+219+252=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBFC is #072403. Grayscale: #E7E7E7. Windows color (decimal): -467972 or 16571384. OLE color: 16571384.
HSL color Cylindrical-coordinate representation of color #F8DBFC: hue angle of 292.73º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DBFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 219 | 252 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 292.73º | 0.85% | 0.92% | - |
| HSV(B) | 292.73º | 0.13% | 0.99% | - |
| XYZ | 81.61 | 77.65 | 102.78 | - |
| YUV | 231.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 252 | 0.02 | 0.13 | 0 | 0.01 | 292.73 | 0.85 | 0.92 |
| Hex | F8 | DB | FC | 2 | D | 0 | 1 | 125 | 55 | 5C |
| Octal | 370 | 333 | 374 | 2 | 15 | 0 | 1 | 445 | 125 | 134 |
| Binary | 11111000 | 11011011 | 11111100 | 10 | 1101 | 0 | 1 | 100100101 | 1010101 | 1011100 |
Color Harmonies of #F8DBFC
Complementary color
Monochromatic Colors of #F8DBFC
Black with #F8DBFC
Text Example
Text Example
White with #F8DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBFC; }
p { color: rgb(248,219,252); }
H1.HeaderClassName
{
color: #F8DBFC;
}
.AnyTagClassName
{
color: #F8DBFC;
}
</style>
background-color css
<style>
a { background-color: #F8DBFC; }
a { background-color: rgb(248,219,252); }
div.DivClassName
{
background-color: #F8DBFC;
}
.BgClassName
{
background-color: #F8DBFC;
}
</style>
border-color css
<style>
span { border-color: #F8DBFC; }
span { border-color: rgb(248,219,252); }
td.TdClassName
{
border-color: #F8DBFC;
}
.TagClassName
{
border-color: #F8DBFC;
}
</style>