Shades of Selago #F8D6FE
Tints of Selago #F8D6FE
RGB
CMYK
RGB Variations
Color information
#F8D6FE (or 0xF8D6FE) is known color: Selago. HEX triplet: F8, D6 and FE. RGB value is (248,214,254). Sum of RGB (Red+Green+Blue) = 248+214+254=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 214 (83.98% from 255 or 29.89% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6FE is #072901. Grayscale: #E4E4E4. Windows color (decimal): -469250 or 16701176. OLE color: 16701176.
HSL color Cylindrical-coordinate representation of color #F8D6FE: hue angle of 291º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D6FE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 214 | 254 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.00 |
| HSL | 291º | 0.95% | 0.92% | - |
| HSV(B) | 291º | 0.16% | 1% | - |
| XYZ | 80.65 | 75.21 | 104.03 | - |
| YUV | 228.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 254 | 0.02 | 0.16 | 0 | 0.00 | 291 | 0.95 | 0.92 |
| Hex | F8 | D6 | FE | 2 | 10 | 0 | 0 | 123 | 5F | 5C |
| Octal | 370 | 326 | 376 | 2 | 20 | 0 | 0 | 443 | 137 | 134 |
| Binary | 11111000 | 11010110 | 11111110 | 10 | 10000 | 0 | 0 | 100100011 | 1011111 | 1011100 |
Color Harmonies of #F8D6FE
Complementary color
Monochromatic Colors of #F8D6FE
Black with #F8D6FE
Text Example
Text Example
White with #F8D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6FE; }
p { color: rgb(248,214,254); }
H1.HeaderClassName
{
color: #F8D6FE;
}
.AnyTagClassName
{
color: #F8D6FE;
}
</style>
background-color css
<style>
a { background-color: #F8D6FE; }
a { background-color: rgb(248,214,254); }
div.DivClassName
{
background-color: #F8D6FE;
}
.BgClassName
{
background-color: #F8D6FE;
}
</style>
border-color css
<style>
span { border-color: #F8D6FE; }
span { border-color: rgb(248,214,254); }
td.TdClassName
{
border-color: #F8D6FE;
}
.TagClassName
{
border-color: #F8D6FE;
}
</style>