Shades of Selago #F5D3F9
Tints of Selago #F5D3F9
RGB
CMYK
RGB Variations
Color information
#F5D3F9 (or 0xF5D3F9) is known color: Selago. HEX triplet: F5, D3 and F9. RGB value is (245,211,249). Sum of RGB (Red+Green+Blue) = 245+211+249=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 211 (82.81% from 255 or 29.93% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5D3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D3F9 is #0A2C06. Grayscale: #E1E1E1. Windows color (decimal): -666631 or 16372725. OLE color: 16372725.
HSL color Cylindrical-coordinate representation of color #F5D3F9: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D3F9 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 211 | 249 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.02 |
| HSL | 293.68º | 0.76% | 0.9% | - |
| HSV(B) | 293.68º | 0.15% | 0.98% | - |
| XYZ | 78.05 | 72.84 | 99.57 | - |
| YUV | 225.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 249 | 0.02 | 0.15 | 0 | 0.02 | 293.68 | 0.76 | 0.9 |
| Hex | F5 | D3 | F9 | 2 | F | 0 | 2 | 126 | 4C | 5A |
| Octal | 365 | 323 | 371 | 2 | 17 | 0 | 2 | 446 | 114 | 132 |
| Binary | 11110101 | 11010011 | 11111001 | 10 | 1111 | 0 | 10 | 100100110 | 1001100 | 1011010 |
Color Harmonies of #F5D3F9
Complementary color
Monochromatic Colors of #F5D3F9
Black with #F5D3F9
Text Example
Text Example
White with #F5D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3F9; }
p { color: rgb(245,211,249); }
H1.HeaderClassName
{
color: #F5D3F9;
}
.AnyTagClassName
{
color: #F5D3F9;
}
</style>
background-color css
<style>
a { background-color: #F5D3F9; }
a { background-color: rgb(245,211,249); }
div.DivClassName
{
background-color: #F5D3F9;
}
.BgClassName
{
background-color: #F5D3F9;
}
</style>
border-color css
<style>
span { border-color: #F5D3F9; }
span { border-color: rgb(245,211,249); }
td.TdClassName
{
border-color: #F5D3F9;
}
.TagClassName
{
border-color: #F5D3F9;
}
</style>