Shades of Selago #F8D6FA
Tints of Selago #F8D6FA
RGB
CMYK
RGB Variations
Color information
#F8D6FA (or 0xF8D6FA) is known color: Selago. HEX triplet: F8, D6 and FA. RGB value is (248,214,250). Sum of RGB (Red+Green+Blue) = 248+214+250=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 214 (83.98% from 255 or 30.06% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6FA is #072905. Grayscale: #E4E4E4. Windows color (decimal): -469254 or 16439032. OLE color: 16439032.
HSL color Cylindrical-coordinate representation of color #F8D6FA: hue angle of 296.67º degrees, saturation: 0.78, 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 #F8D6FA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 214 | 250 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.02 |
| HSL | 296.67º | 0.78% | 0.91% | - |
| HSV(B) | 296.67º | 0.14% | 0.98% | - |
| XYZ | 80.01 | 74.95 | 100.69 | - |
| YUV | 228.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 250 | 0.01 | 0.14 | 0 | 0.02 | 296.67 | 0.78 | 0.91 |
| Hex | F8 | D6 | FA | 1 | E | 0 | 2 | 129 | 4E | 5B |
| Octal | 370 | 326 | 372 | 1 | 16 | 0 | 2 | 451 | 116 | 133 |
| Binary | 11111000 | 11010110 | 11111010 | 1 | 1110 | 0 | 10 | 100101001 | 1001110 | 1011011 |
Color Harmonies of #F8D6FA
Complementary color
Monochromatic Colors of #F8D6FA
Black with #F8D6FA
Text Example
Text Example
White with #F8D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6FA; }
p { color: rgb(248,214,250); }
H1.HeaderClassName
{
color: #F8D6FA;
}
.AnyTagClassName
{
color: #F8D6FA;
}
</style>
background-color css
<style>
a { background-color: #F8D6FA; }
a { background-color: rgb(248,214,250); }
div.DivClassName
{
background-color: #F8D6FA;
}
.BgClassName
{
background-color: #F8D6FA;
}
</style>
border-color css
<style>
span { border-color: #F8D6FA; }
span { border-color: rgb(248,214,250); }
td.TdClassName
{
border-color: #F8D6FA;
}
.TagClassName
{
border-color: #F8D6FA;
}
</style>