Shades of Selago #F8D3FF
Tints of Selago #F8D3FF
RGB
CMYK
RGB Variations
Color information
#F8D3FF (or 0xF8D3FF) is known color: Selago. HEX triplet: F8, D3 and FF. RGB value is (248,211,255). Sum of RGB (Red+Green+Blue) = 248+211+255=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 211 (82.81% from 255 or 29.55% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D3FF is #072C00. Grayscale: #E2E2E2. Windows color (decimal): -470017 or 16765944. OLE color: 16765944.
HSL color Cylindrical-coordinate representation of color #F8D3FF: hue angle of 290.45º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D3FF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 211 | 255 | - |
| CMYK | 0.03 | 0.17 | 0 | 0 |
| HSL | 290.45º | 1% | 0.91% | - |
| HSV(B) | 290.45º | 0.17% | 1% | - |
| XYZ | 80.06 | 73.76 | 104.63 | - |
| YUV | 227.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 255 | 0.03 | 0.17 | 0 | 0 | 290.45 | 1 | 0.91 |
| Hex | F8 | D3 | FF | 3 | 11 | 0 | 0 | 122 | 64 | 5B |
| Octal | 370 | 323 | 377 | 3 | 21 | 0 | 0 | 442 | 144 | 133 |
| Binary | 11111000 | 11010011 | 11111111 | 11 | 10001 | 0 | 0 | 100100010 | 1100100 | 1011011 |
Color Harmonies of #F8D3FF
Complementary color
Monochromatic Colors of #F8D3FF
Black with #F8D3FF
Text Example
Text Example
White with #F8D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3FF; }
p { color: rgb(248,211,255); }
H1.HeaderClassName
{
color: #F8D3FF;
}
.AnyTagClassName
{
color: #F8D3FF;
}
</style>
background-color css
<style>
a { background-color: #F8D3FF; }
a { background-color: rgb(248,211,255); }
div.DivClassName
{
background-color: #F8D3FF;
}
.BgClassName
{
background-color: #F8D3FF;
}
</style>
border-color css
<style>
span { border-color: #F8D3FF; }
span { border-color: rgb(248,211,255); }
td.TdClassName
{
border-color: #F8D3FF;
}
.TagClassName
{
border-color: #F8D3FF;
}
</style>