Shades of Selago #F8D8FA
Tints of Selago #F8D8FA
RGB
CMYK
RGB Variations
Color information
#F8D8FA (or 0xF8D8FA) is known color: Selago. HEX triplet: F8, D8 and FA. RGB value is (248,216,250). Sum of RGB (Red+Green+Blue) = 248+216+250=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 216 (84.77% from 255 or 30.25% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8D8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8FA is #072705. Grayscale: #E5E5E5. Windows color (decimal): -468742 or 16439544. OLE color: 16439544.
HSL color Cylindrical-coordinate representation of color #F8D8FA: hue angle of 296.47º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D8FA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 216 | 250 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.02 |
| HSL | 296.47º | 0.77% | 0.91% | - |
| HSV(B) | 296.47º | 0.14% | 0.98% | - |
| XYZ | 80.52 | 75.97 | 100.86 | - |
| YUV | 229.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 250 | 0.01 | 0.14 | 0 | 0.02 | 296.47 | 0.77 | 0.91 |
| Hex | F8 | D8 | FA | 1 | E | 0 | 2 | 128 | 4D | 5B |
| Octal | 370 | 330 | 372 | 1 | 16 | 0 | 2 | 450 | 115 | 133 |
| Binary | 11111000 | 11011000 | 11111010 | 1 | 1110 | 0 | 10 | 100101000 | 1001101 | 1011011 |
Color Harmonies of #F8D8FA
Complementary color
Monochromatic Colors of #F8D8FA
Black with #F8D8FA
Text Example
Text Example
White with #F8D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8FA; }
p { color: rgb(248,216,250); }
H1.HeaderClassName
{
color: #F8D8FA;
}
.AnyTagClassName
{
color: #F8D8FA;
}
</style>
background-color css
<style>
a { background-color: #F8D8FA; }
a { background-color: rgb(248,216,250); }
div.DivClassName
{
background-color: #F8D8FA;
}
.BgClassName
{
background-color: #F8D8FA;
}
</style>
border-color css
<style>
span { border-color: #F8D8FA; }
span { border-color: rgb(248,216,250); }
td.TdClassName
{
border-color: #F8D8FA;
}
.TagClassName
{
border-color: #F8D8FA;
}
</style>