Shades of Selago #F9D8FB
Tints of Selago #F9D8FB
RGB
CMYK
RGB Variations
Color information
#F9D8FB (or 0xF9D8FB) is known color: Selago. HEX triplet: F9, D8 and FB. RGB value is (249,216,251). Sum of RGB (Red+Green+Blue) = 249+216+251=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 216 (84.77% from 255 or 30.17% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9D8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8FB is #062704. Grayscale: #E5E5E5. Windows color (decimal): -403205 or 16505081. OLE color: 16505081.
HSL color Cylindrical-coordinate representation of color #F9D8FB: hue angle of 296.57º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D8FB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 251 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.02 |
| HSL | 296.57º | 0.81% | 0.92% | - |
| HSV(B) | 296.57º | 0.14% | 0.98% | - |
| XYZ | 81.04 | 76.22 | 101.71 | - |
| YUV | 229.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 251 | 0.01 | 0.14 | 0 | 0.02 | 296.57 | 0.81 | 0.92 |
| Hex | F9 | D8 | FB | 1 | E | 0 | 2 | 129 | 51 | 5C |
| Octal | 371 | 330 | 373 | 1 | 16 | 0 | 2 | 451 | 121 | 134 |
| Binary | 11111001 | 11011000 | 11111011 | 1 | 1110 | 0 | 10 | 100101001 | 1010001 | 1011100 |
Color Harmonies of #F9D8FB
Complementary color
Monochromatic Colors of #F9D8FB
Black with #F9D8FB
Text Example
Text Example
White with #F9D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8FB; }
p { color: rgb(249,216,251); }
H1.HeaderClassName
{
color: #F9D8FB;
}
.AnyTagClassName
{
color: #F9D8FB;
}
</style>
background-color css
<style>
a { background-color: #F9D8FB; }
a { background-color: rgb(249,216,251); }
div.DivClassName
{
background-color: #F9D8FB;
}
.BgClassName
{
background-color: #F9D8FB;
}
</style>
border-color css
<style>
span { border-color: #F9D8FB; }
span { border-color: rgb(249,216,251); }
td.TdClassName
{
border-color: #F9D8FB;
}
.TagClassName
{
border-color: #F9D8FB;
}
</style>