Shades of Selago #F5D0FB
Tints of Selago #F5D0FB
RGB
CMYK
RGB Variations
Color information
#F5D0FB (or 0xF5D0FB) is known color: Selago. HEX triplet: F5, D0 and FB. RGB value is (245,208,251). Sum of RGB (Red+Green+Blue) = 245+208+251=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 208 (81.64% from 255 or 29.55% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D0FB is #0A2F04. Grayscale: #DFDFDF. Windows color (decimal): -667397 or 16503029. OLE color: 16503029.
HSL color Cylindrical-coordinate representation of color #F5D0FB: hue angle of 291.63º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5D0FB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 208 | 251 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.02 |
| HSL | 291.63º | 0.84% | 0.9% | - |
| HSV(B) | 291.63º | 0.17% | 0.98% | - |
| XYZ | 77.62 | 71.49 | 100.97 | - |
| YUV | 223.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 251 | 0.02 | 0.17 | 0 | 0.02 | 291.63 | 0.84 | 0.9 |
| Hex | F5 | D0 | FB | 2 | 11 | 0 | 2 | 124 | 54 | 5A |
| Octal | 365 | 320 | 373 | 2 | 21 | 0 | 2 | 444 | 124 | 132 |
| Binary | 11110101 | 11010000 | 11111011 | 10 | 10001 | 0 | 10 | 100100100 | 1010100 | 1011010 |
Color Harmonies of #F5D0FB
Complementary color
Monochromatic Colors of #F5D0FB
Black with #F5D0FB
Text Example
Text Example
White with #F5D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0FB; }
p { color: rgb(245,208,251); }
H1.HeaderClassName
{
color: #F5D0FB;
}
.AnyTagClassName
{
color: #F5D0FB;
}
</style>
background-color css
<style>
a { background-color: #F5D0FB; }
a { background-color: rgb(245,208,251); }
div.DivClassName
{
background-color: #F5D0FB;
}
.BgClassName
{
background-color: #F5D0FB;
}
</style>
border-color css
<style>
span { border-color: #F5D0FB; }
span { border-color: rgb(245,208,251); }
td.TdClassName
{
border-color: #F5D0FB;
}
.TagClassName
{
border-color: #F5D0FB;
}
</style>