Shades of Selago #F5DBFA
Tints of Selago #F5DBFA
RGB
CMYK
RGB Variations
Color information
#F5DBFA (or 0xF5DBFA) is known color: Selago. HEX triplet: F5, DB and FA. RGB value is (245,219,250). Sum of RGB (Red+Green+Blue) = 245+219+250=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFA is #0A2405. Grayscale: #E6E6E6. Windows color (decimal): -664582 or 16440309. OLE color: 16440309.
HSL color Cylindrical-coordinate representation of color #F5DBFA: hue angle of 290.32º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5DBFA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 219 | 250 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.02 |
| HSL | 290.32º | 0.76% | 0.92% | - |
| HSV(B) | 290.32º | 0.12% | 0.98% | - |
| XYZ | 80.24 | 76.98 | 101.07 | - |
| YUV | 230.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 250 | 0.02 | 0.12 | 0 | 0.02 | 290.32 | 0.76 | 0.92 |
| Hex | F5 | DB | FA | 2 | C | 0 | 2 | 122 | 4C | 5C |
| Octal | 365 | 333 | 372 | 2 | 14 | 0 | 2 | 442 | 114 | 134 |
| Binary | 11110101 | 11011011 | 11111010 | 10 | 1100 | 0 | 10 | 100100010 | 1001100 | 1011100 |
Color Harmonies of #F5DBFA
Complementary color
Monochromatic Colors of #F5DBFA
Black with #F5DBFA
Text Example
Text Example
White with #F5DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBFA; }
p { color: rgb(245,219,250); }
H1.HeaderClassName
{
color: #F5DBFA;
}
.AnyTagClassName
{
color: #F5DBFA;
}
</style>
background-color css
<style>
a { background-color: #F5DBFA; }
a { background-color: rgb(245,219,250); }
div.DivClassName
{
background-color: #F5DBFA;
}
.BgClassName
{
background-color: #F5DBFA;
}
</style>
border-color css
<style>
span { border-color: #F5DBFA; }
span { border-color: rgb(245,219,250); }
td.TdClassName
{
border-color: #F5DBFA;
}
.TagClassName
{
border-color: #F5DBFA;
}
</style>