Shades of Selago #F5DDF6
Tints of Selago #F5DDF6
RGB
CMYK
RGB Variations
Color information
#F5DDF6 (or 0xF5DDF6) is known color: Selago. HEX triplet: F5, DD and F6. RGB value is (245,221,246). Sum of RGB (Red+Green+Blue) = 245+221+246=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 246 (96.48% from 255 or 34.55% from 712); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDF6 is #0A2209. Grayscale: #E6E6E6. Windows color (decimal): -664074 or 16178677. OLE color: 16178677.
HSL color Cylindrical-coordinate representation of color #F5DDF6: hue angle of 297.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDF6 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 246 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.04 |
| HSL | 297.6º | 0.58% | 0.92% | - |
| HSV(B) | 297.6º | 0.1% | 0.96% | - |
| XYZ | 80.15 | 77.78 | 97.98 | - |
| YUV | 231.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 246 | 0.00 | 0.10 | 0 | 0.04 | 297.6 | 0.58 | 0.92 |
| Hex | F5 | DD | F6 | 0 | A | 0 | 4 | 12A | 3A | 5C |
| Octal | 365 | 335 | 366 | 0 | 12 | 0 | 4 | 452 | 72 | 134 |
| Binary | 11110101 | 11011101 | 11110110 | 0 | 1010 | 0 | 100 | 100101010 | 111010 | 1011100 |
Color Harmonies of #F5DDF6
Complementary color
Monochromatic Colors of #F5DDF6
Black with #F5DDF6
Text Example
Text Example
White with #F5DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDF6; }
p { color: rgb(245,221,246); }
H1.HeaderClassName
{
color: #F5DDF6;
}
.AnyTagClassName
{
color: #F5DDF6;
}
</style>
background-color css
<style>
a { background-color: #F5DDF6; }
a { background-color: rgb(245,221,246); }
div.DivClassName
{
background-color: #F5DDF6;
}
.BgClassName
{
background-color: #F5DDF6;
}
</style>
border-color css
<style>
span { border-color: #F5DDF6; }
span { border-color: rgb(245,221,246); }
td.TdClassName
{
border-color: #F5DDF6;
}
.TagClassName
{
border-color: #F5DDF6;
}
</style>