Shades of Selago #F5D2FB
Tints of Selago #F5D2FB
RGB
CMYK
RGB Variations
Color information
#F5D2FB (or 0xF5D2FB) is known color: Selago. HEX triplet: F5, D2 and FB. RGB value is (245,210,251). Sum of RGB (Red+Green+Blue) = 245+210+251=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 210 (82.42% from 255 or 29.75% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2FB is #0A2D04. Grayscale: #E1E1E1. Windows color (decimal): -666885 or 16503541. OLE color: 16503541.
HSL color Cylindrical-coordinate representation of color #F5D2FB: hue angle of 291.22º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D2FB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 210 | 251 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.02 |
| HSL | 291.22º | 0.84% | 0.9% | - |
| HSV(B) | 291.22º | 0.16% | 0.98% | - |
| XYZ | 78.12 | 72.47 | 101.14 | - |
| YUV | 225.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 251 | 0.02 | 0.16 | 0 | 0.02 | 291.22 | 0.84 | 0.9 |
| Hex | F5 | D2 | FB | 2 | 10 | 0 | 2 | 123 | 54 | 5A |
| Octal | 365 | 322 | 373 | 2 | 20 | 0 | 2 | 443 | 124 | 132 |
| Binary | 11110101 | 11010010 | 11111011 | 10 | 10000 | 0 | 10 | 100100011 | 1010100 | 1011010 |
Color Harmonies of #F5D2FB
Complementary color
Monochromatic Colors of #F5D2FB
Black with #F5D2FB
Text Example
Text Example
White with #F5D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2FB; }
p { color: rgb(245,210,251); }
H1.HeaderClassName
{
color: #F5D2FB;
}
.AnyTagClassName
{
color: #F5D2FB;
}
</style>
background-color css
<style>
a { background-color: #F5D2FB; }
a { background-color: rgb(245,210,251); }
div.DivClassName
{
background-color: #F5D2FB;
}
.BgClassName
{
background-color: #F5D2FB;
}
</style>
border-color css
<style>
span { border-color: #F5D2FB; }
span { border-color: rgb(245,210,251); }
td.TdClassName
{
border-color: #F5D2FB;
}
.TagClassName
{
border-color: #F5D2FB;
}
</style>