Shades of Selago #F8D4FF
Tints of Selago #F8D4FF
RGB
CMYK
RGB Variations
Color information
#F8D4FF (or 0xF8D4FF) is known color: Selago. HEX triplet: F8, D4 and FF. RGB value is (248,212,255). Sum of RGB (Red+Green+Blue) = 248+212+255=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4FF is #072B00. Grayscale: #E3E3E3. Windows color (decimal): -469761 or 16766200. OLE color: 16766200.
HSL color Cylindrical-coordinate representation of color #F8D4FF: hue angle of 290.23º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D4FF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 212 | 255 | - |
| CMYK | 0.03 | 0.17 | 0 | 0 |
| HSL | 290.23º | 1% | 0.92% | - |
| HSV(B) | 290.23º | 0.17% | 1% | - |
| XYZ | 80.3 | 74.26 | 104.71 | - |
| YUV | 227.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 255 | 0.03 | 0.17 | 0 | 0 | 290.23 | 1 | 0.92 |
| Hex | F8 | D4 | FF | 3 | 11 | 0 | 0 | 122 | 64 | 5C |
| Octal | 370 | 324 | 377 | 3 | 21 | 0 | 0 | 442 | 144 | 134 |
| Binary | 11111000 | 11010100 | 11111111 | 11 | 10001 | 0 | 0 | 100100010 | 1100100 | 1011100 |
Color Harmonies of #F8D4FF
Complementary color
Monochromatic Colors of #F8D4FF
Black with #F8D4FF
Text Example
Text Example
White with #F8D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4FF; }
p { color: rgb(248,212,255); }
H1.HeaderClassName
{
color: #F8D4FF;
}
.AnyTagClassName
{
color: #F8D4FF;
}
</style>
background-color css
<style>
a { background-color: #F8D4FF; }
a { background-color: rgb(248,212,255); }
div.DivClassName
{
background-color: #F8D4FF;
}
.BgClassName
{
background-color: #F8D4FF;
}
</style>
border-color css
<style>
span { border-color: #F8D4FF; }
span { border-color: rgb(248,212,255); }
td.TdClassName
{
border-color: #F8D4FF;
}
.TagClassName
{
border-color: #F8D4FF;
}
</style>