Shades of Selago #F5DBF8
Tints of Selago #F5DBF8
RGB
CMYK
RGB Variations
Color information
#F5DBF8 (or 0xF5DBF8) is known color: Selago. HEX triplet: F5, DB and F8. RGB value is (245,219,248). Sum of RGB (Red+Green+Blue) = 245+219+248=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5DBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBF8 is #0A2407. Grayscale: #E5E5E5. Windows color (decimal): -664584 or 16309237. OLE color: 16309237.
HSL color Cylindrical-coordinate representation of color #F5DBF8: hue angle of 293.79º 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 #F5DBF8 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 219 | 248 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.03 |
| HSL | 293.79º | 0.67% | 0.92% | - |
| HSV(B) | 293.79º | 0.12% | 0.97% | - |
| XYZ | 79.93 | 76.85 | 99.43 | - |
| YUV | 230.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 248 | 0.01 | 0.12 | 0 | 0.03 | 293.79 | 0.67 | 0.92 |
| Hex | F5 | DB | F8 | 1 | C | 0 | 3 | 126 | 43 | 5C |
| Octal | 365 | 333 | 370 | 1 | 14 | 0 | 3 | 446 | 103 | 134 |
| Binary | 11110101 | 11011011 | 11111000 | 1 | 1100 | 0 | 11 | 100100110 | 1000011 | 1011100 |
Color Harmonies of #F5DBF8
Complementary color
Monochromatic Colors of #F5DBF8
Black with #F5DBF8
Text Example
Text Example
White with #F5DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBF8; }
p { color: rgb(245,219,248); }
H1.HeaderClassName
{
color: #F5DBF8;
}
.AnyTagClassName
{
color: #F5DBF8;
}
</style>
background-color css
<style>
a { background-color: #F5DBF8; }
a { background-color: rgb(245,219,248); }
div.DivClassName
{
background-color: #F5DBF8;
}
.BgClassName
{
background-color: #F5DBF8;
}
</style>
border-color css
<style>
span { border-color: #F5DBF8; }
span { border-color: rgb(245,219,248); }
td.TdClassName
{
border-color: #F5DBF8;
}
.TagClassName
{
border-color: #F5DBF8;
}
</style>