Shades of Selago #F5D8F9
Tints of Selago #F5D8F9
RGB
CMYK
RGB Variations
Color information
#F5D8F9 (or 0xF5D8F9) is known color: Selago. HEX triplet: F5, D8 and F9. RGB value is (245,216,249). Sum of RGB (Red+Green+Blue) = 245+216+249=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5D8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8F9 is #0A2706. Grayscale: #E4E4E4. Windows color (decimal): -665351 or 16374005. OLE color: 16374005.
HSL color Cylindrical-coordinate representation of color #F5D8F9: hue angle of 292.73º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D8F9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 216 | 249 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.02 |
| HSL | 292.73º | 0.73% | 0.91% | - |
| HSV(B) | 292.73º | 0.13% | 0.98% | - |
| XYZ | 79.31 | 75.36 | 99.99 | - |
| YUV | 228.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 249 | 0.02 | 0.13 | 0 | 0.02 | 292.73 | 0.73 | 0.91 |
| Hex | F5 | D8 | F9 | 2 | D | 0 | 2 | 125 | 49 | 5B |
| Octal | 365 | 330 | 371 | 2 | 15 | 0 | 2 | 445 | 111 | 133 |
| Binary | 11110101 | 11011000 | 11111001 | 10 | 1101 | 0 | 10 | 100100101 | 1001001 | 1011011 |
Color Harmonies of #F5D8F9
Complementary color
Monochromatic Colors of #F5D8F9
Black with #F5D8F9
Text Example
Text Example
White with #F5D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8F9; }
p { color: rgb(245,216,249); }
H1.HeaderClassName
{
color: #F5D8F9;
}
.AnyTagClassName
{
color: #F5D8F9;
}
</style>
background-color css
<style>
a { background-color: #F5D8F9; }
a { background-color: rgb(245,216,249); }
div.DivClassName
{
background-color: #F5D8F9;
}
.BgClassName
{
background-color: #F5D8F9;
}
</style>
border-color css
<style>
span { border-color: #F5D8F9; }
span { border-color: rgb(245,216,249); }
td.TdClassName
{
border-color: #F5D8F9;
}
.TagClassName
{
border-color: #F5D8F9;
}
</style>