Shades of Selago #F8D7FF
Tints of Selago #F8D7FF
RGB
CMYK
RGB Variations
Color information
#F8D7FF (or 0xF8D7FF) is known color: Selago. HEX triplet: F8, D7 and FF. RGB value is (248,215,255). Sum of RGB (Red+Green+Blue) = 248+215+255=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8D7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D7FF is #072800. Grayscale: #E5E5E5. Windows color (decimal): -468993 or 16766968. OLE color: 16766968.
HSL color Cylindrical-coordinate representation of color #F8D7FF: hue angle of 289.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D7FF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 215 | 255 | - |
| CMYK | 0.03 | 0.16 | 0 | 0 |
| HSL | 289.5º | 1% | 0.92% | - |
| HSV(B) | 289.5º | 0.16% | 1% | - |
| XYZ | 81.06 | 75.78 | 104.96 | - |
| YUV | 229.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 255 | 0.03 | 0.16 | 0 | 0 | 289.5 | 1 | 0.92 |
| Hex | F8 | D7 | FF | 3 | 10 | 0 | 0 | 122 | 64 | 5C |
| Octal | 370 | 327 | 377 | 3 | 20 | 0 | 0 | 442 | 144 | 134 |
| Binary | 11111000 | 11010111 | 11111111 | 11 | 10000 | 0 | 0 | 100100010 | 1100100 | 1011100 |
Color Harmonies of #F8D7FF
Complementary color
Monochromatic Colors of #F8D7FF
Black with #F8D7FF
Text Example
Text Example
White with #F8D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D7FF; }
p { color: rgb(248,215,255); }
H1.HeaderClassName
{
color: #F8D7FF;
}
.AnyTagClassName
{
color: #F8D7FF;
}
</style>
background-color css
<style>
a { background-color: #F8D7FF; }
a { background-color: rgb(248,215,255); }
div.DivClassName
{
background-color: #F8D7FF;
}
.BgClassName
{
background-color: #F8D7FF;
}
</style>
border-color css
<style>
span { border-color: #F8D7FF; }
span { border-color: rgb(248,215,255); }
td.TdClassName
{
border-color: #F8D7FF;
}
.TagClassName
{
border-color: #F8D7FF;
}
</style>