Shades of Selago #F5DBFB
Tints of Selago #F5DBFB
RGB
CMYK
RGB Variations
Color information
#F5DBFB (or 0xF5DBFB) is known color: Selago. HEX triplet: F5, DB and FB. RGB value is (245,219,251). Sum of RGB (Red+Green+Blue) = 245+219+251=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFB is #0A2404. Grayscale: #E6E6E6. Windows color (decimal): -664581 or 16505845. OLE color: 16505845.
HSL color Cylindrical-coordinate representation of color #F5DBFB: hue angle of 288.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DBFB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 219 | 251 | - |
CMYK | 0.02 | 0.13 | 0 | 0.02 |
HSL | 288.75º | 0.8% | 0.92% | - |
HSV(B) | 288.75º | 0.13% | 0.98% | - |
XYZ | 80.4 | 77.04 | 101.9 | - |
YUV | 230.42 | 139.61 | 138.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 219 | 251 | 0.02 | 0.13 | 0 | 0.02 | 288.75 | 0.8 | 0.92 |
Hex | F5 | DB | FB | 2 | D | 0 | 2 | 121 | 50 | 5C |
Octal | 365 | 333 | 373 | 2 | 15 | 0 | 2 | 441 | 120 | 134 |
Binary | 11110101 | 11011011 | 11111011 | 10 | 1101 | 0 | 10 | 100100001 | 1010000 | 1011100 |
Color Harmonies of #F5DBFB
Complementary color
Monochromatic Colors of #F5DBFB
Black with #F5DBFB
Text Example
Text Example
White with #F5DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBFB; }
p { color: rgb(245,219,251); }
H1.HeaderClassName
{
color: #F5DBFB;
}
.AnyTagClassName
{
color: #F5DBFB;
}
</style>
background-color css
<style>
a { background-color: #F5DBFB; }
a { background-color: rgb(245,219,251); }
div.DivClassName
{
background-color: #F5DBFB;
}
.BgClassName
{
background-color: #F5DBFB;
}
</style>
border-color css
<style>
span { border-color: #F5DBFB; }
span { border-color: rgb(245,219,251); }
td.TdClassName
{
border-color: #F5DBFB;
}
.TagClassName
{
border-color: #F5DBFB;
}
</style>