Shades of Selago #F5DBFC
Tints of Selago #F5DBFC
RGB
CMYK
RGB Variations
Color information
#F5DBFC (or 0xF5DBFC) is known color: Selago. HEX triplet: F5, DB and FC. RGB value is (245,219,252). Sum of RGB (Red+Green+Blue) = 245+219+252=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 219 (85.94% from 255 or 30.59% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFC is #0A2403. Grayscale: #E6E6E6. Windows color (decimal): -664580 or 16571381. OLE color: 16571381.
HSL color Cylindrical-coordinate representation of color #F5DBFC: hue angle of 287.27º 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 #F5DBFC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 219 | 252 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.01 |
| HSL | 287.27º | 0.85% | 0.92% | - |
| HSV(B) | 287.27º | 0.13% | 0.99% | - |
| XYZ | 80.56 | 77.1 | 102.73 | - |
| YUV | 230.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 252 | 0.03 | 0.13 | 0 | 0.01 | 287.27 | 0.85 | 0.92 |
| Hex | F5 | DB | FC | 3 | D | 0 | 1 | 11F | 55 | 5C |
| Octal | 365 | 333 | 374 | 3 | 15 | 0 | 1 | 437 | 125 | 134 |
| Binary | 11110101 | 11011011 | 11111100 | 11 | 1101 | 0 | 1 | 100011111 | 1010101 | 1011100 |
Color Harmonies of #F5DBFC
Complementary color
Monochromatic Colors of #F5DBFC
Black with #F5DBFC
Text Example
Text Example
White with #F5DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBFC; }
p { color: rgb(245,219,252); }
H1.HeaderClassName
{
color: #F5DBFC;
}
.AnyTagClassName
{
color: #F5DBFC;
}
</style>
background-color css
<style>
a { background-color: #F5DBFC; }
a { background-color: rgb(245,219,252); }
div.DivClassName
{
background-color: #F5DBFC;
}
.BgClassName
{
background-color: #F5DBFC;
}
</style>
border-color css
<style>
span { border-color: #F5DBFC; }
span { border-color: rgb(245,219,252); }
td.TdClassName
{
border-color: #F5DBFC;
}
.TagClassName
{
border-color: #F5DBFC;
}
</style>