Shades of Selago #F5D9FC
Tints of Selago #F5D9FC
RGB
CMYK
RGB Variations
Color information
#F5D9FC (or 0xF5D9FC) is known color: Selago. HEX triplet: F5, D9 and FC. RGB value is (245,217,252). Sum of RGB (Red+Green+Blue) = 245+217+252=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D9FC is #0A2603. Grayscale: #E5E5E5. Windows color (decimal): -665092 or 16570869. OLE color: 16570869.
HSL color Cylindrical-coordinate representation of color #F5D9FC: hue angle of 288º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D9FC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 217 | 252 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.01 |
| HSL | 288º | 0.85% | 0.92% | - |
| HSV(B) | 288º | 0.14% | 0.99% | - |
| XYZ | 80.04 | 76.07 | 102.56 | - |
| YUV | 229.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 252 | 0.03 | 0.14 | 0 | 0.01 | 288 | 0.85 | 0.92 |
| Hex | F5 | D9 | FC | 3 | E | 0 | 1 | 120 | 55 | 5C |
| Octal | 365 | 331 | 374 | 3 | 16 | 0 | 1 | 440 | 125 | 134 |
| Binary | 11110101 | 11011001 | 11111100 | 11 | 1110 | 0 | 1 | 100100000 | 1010101 | 1011100 |
Color Harmonies of #F5D9FC
Complementary color
Monochromatic Colors of #F5D9FC
Black with #F5D9FC
Text Example
Text Example
White with #F5D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D9FC; }
p { color: rgb(245,217,252); }
H1.HeaderClassName
{
color: #F5D9FC;
}
.AnyTagClassName
{
color: #F5D9FC;
}
</style>
background-color css
<style>
a { background-color: #F5D9FC; }
a { background-color: rgb(245,217,252); }
div.DivClassName
{
background-color: #F5D9FC;
}
.BgClassName
{
background-color: #F5D9FC;
}
</style>
border-color css
<style>
span { border-color: #F5D9FC; }
span { border-color: rgb(245,217,252); }
td.TdClassName
{
border-color: #F5D9FC;
}
.TagClassName
{
border-color: #F5D9FC;
}
</style>