Shades of Selago #F5D8FA
Tints of Selago #F5D8FA
RGB
CMYK
RGB Variations
Color information
#F5D8FA (or 0xF5D8FA) is known color: Selago. HEX triplet: F5, D8 and FA. RGB value is (245,216,250). Sum of RGB (Red+Green+Blue) = 245+216+250=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5D8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8FA is #0A2705. Grayscale: #E4E4E4. Windows color (decimal): -665350 or 16439541. OLE color: 16439541.
HSL color Cylindrical-coordinate representation of color #F5D8FA: hue angle of 291.18º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D8FA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 216 | 250 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.02 |
| HSL | 291.18º | 0.77% | 0.91% | - |
| HSV(B) | 291.18º | 0.14% | 0.98% | - |
| XYZ | 79.47 | 75.43 | 100.81 | - |
| YUV | 228.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 250 | 0.02 | 0.14 | 0 | 0.02 | 291.18 | 0.77 | 0.91 |
| Hex | F5 | D8 | FA | 2 | E | 0 | 2 | 123 | 4D | 5B |
| Octal | 365 | 330 | 372 | 2 | 16 | 0 | 2 | 443 | 115 | 133 |
| Binary | 11110101 | 11011000 | 11111010 | 10 | 1110 | 0 | 10 | 100100011 | 1001101 | 1011011 |
Color Harmonies of #F5D8FA
Complementary color
Monochromatic Colors of #F5D8FA
Black with #F5D8FA
Text Example
Text Example
White with #F5D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8FA; }
p { color: rgb(245,216,250); }
H1.HeaderClassName
{
color: #F5D8FA;
}
.AnyTagClassName
{
color: #F5D8FA;
}
</style>
background-color css
<style>
a { background-color: #F5D8FA; }
a { background-color: rgb(245,216,250); }
div.DivClassName
{
background-color: #F5D8FA;
}
.BgClassName
{
background-color: #F5D8FA;
}
</style>
border-color css
<style>
span { border-color: #F5D8FA; }
span { border-color: rgb(245,216,250); }
td.TdClassName
{
border-color: #F5D8FA;
}
.TagClassName
{
border-color: #F5D8FA;
}
</style>