Shades of Selago #F8DCFE
Tints of Selago #F8DCFE
RGB
CMYK
RGB Variations
Color information
#F8DCFE (or 0xF8DCFE) is known color: Selago. HEX triplet: F8, DC and FE. RGB value is (248,220,254). Sum of RGB (Red+Green+Blue) = 248+220+254=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFE is #072301. Grayscale: #E8E8E8. Windows color (decimal): -467714 or 16702712. OLE color: 16702712.
HSL color Cylindrical-coordinate representation of color #F8DCFE: hue angle of 289.41º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DCFE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 220 | 254 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.00 |
| HSL | 289.41º | 0.94% | 0.93% | - |
| HSV(B) | 289.41º | 0.13% | 1% | - |
| XYZ | 82.19 | 78.3 | 104.55 | - |
| YUV | 232.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 254 | 0.02 | 0.13 | 0 | 0.00 | 289.41 | 0.94 | 0.93 |
| Hex | F8 | DC | FE | 2 | D | 0 | 0 | 121 | 5E | 5D |
| Octal | 370 | 334 | 376 | 2 | 15 | 0 | 0 | 441 | 136 | 135 |
| Binary | 11111000 | 11011100 | 11111110 | 10 | 1101 | 0 | 0 | 100100001 | 1011110 | 1011101 |
Color Harmonies of #F8DCFE
Complementary color
Monochromatic Colors of #F8DCFE
Black with #F8DCFE
Text Example
Text Example
White with #F8DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCFE; }
p { color: rgb(248,220,254); }
H1.HeaderClassName
{
color: #F8DCFE;
}
.AnyTagClassName
{
color: #F8DCFE;
}
</style>
background-color css
<style>
a { background-color: #F8DCFE; }
a { background-color: rgb(248,220,254); }
div.DivClassName
{
background-color: #F8DCFE;
}
.BgClassName
{
background-color: #F8DCFE;
}
</style>
border-color css
<style>
span { border-color: #F8DCFE; }
span { border-color: rgb(248,220,254); }
td.TdClassName
{
border-color: #F8DCFE;
}
.TagClassName
{
border-color: #F8DCFE;
}
</style>