Shades of Selago #F8D5FF
Tints of Selago #F8D5FF
RGB
CMYK
RGB Variations
Color information
#F8D5FF (or 0xF8D5FF) is known color: Selago. HEX triplet: F8, D5 and FF. RGB value is (248,213,255). Sum of RGB (Red+Green+Blue) = 248+213+255=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8D5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5FF is #072A00. Grayscale: #E4E4E4. Windows color (decimal): -469505 or 16766456. OLE color: 16766456.
HSL color Cylindrical-coordinate representation of color #F8D5FF: hue angle of 290º 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 #F8D5FF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 213 | 255 | - |
| CMYK | 0.03 | 0.16 | 0 | 0 |
| HSL | 290º | 1% | 0.92% | - |
| HSV(B) | 290º | 0.16% | 1% | - |
| XYZ | 80.56 | 74.76 | 104.79 | - |
| YUV | 228.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 255 | 0.03 | 0.16 | 0 | 0 | 290 | 1 | 0.92 |
| Hex | F8 | D5 | FF | 3 | 10 | 0 | 0 | 122 | 64 | 5C |
| Octal | 370 | 325 | 377 | 3 | 20 | 0 | 0 | 442 | 144 | 134 |
| Binary | 11111000 | 11010101 | 11111111 | 11 | 10000 | 0 | 0 | 100100010 | 1100100 | 1011100 |
Color Harmonies of #F8D5FF
Complementary color
Monochromatic Colors of #F8D5FF
Black with #F8D5FF
Text Example
Text Example
White with #F8D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5FF; }
p { color: rgb(248,213,255); }
H1.HeaderClassName
{
color: #F8D5FF;
}
.AnyTagClassName
{
color: #F8D5FF;
}
</style>
background-color css
<style>
a { background-color: #F8D5FF; }
a { background-color: rgb(248,213,255); }
div.DivClassName
{
background-color: #F8D5FF;
}
.BgClassName
{
background-color: #F8D5FF;
}
</style>
border-color css
<style>
span { border-color: #F8D5FF; }
span { border-color: rgb(248,213,255); }
td.TdClassName
{
border-color: #F8D5FF;
}
.TagClassName
{
border-color: #F8D5FF;
}
</style>