Shades of Selago #F8DCFC
Tints of Selago #F8DCFC
RGB
CMYK
RGB Variations
Color information
#F8DCFC (or 0xF8DCFC) is known color: Selago. HEX triplet: F8, DC and FC. RGB value is (248,220,252). Sum of RGB (Red+Green+Blue) = 248+220+252=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFC is #072303. Grayscale: #E7E7E7. Windows color (decimal): -467716 or 16571640. OLE color: 16571640.
HSL color Cylindrical-coordinate representation of color #F8DCFC: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DCFC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 220 | 252 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.01 |
| HSL | 292.5º | 0.84% | 0.93% | - |
| HSV(B) | 292.5º | 0.13% | 0.99% | - |
| XYZ | 81.88 | 78.17 | 102.87 | - |
| YUV | 232.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 252 | 0.02 | 0.13 | 0 | 0.01 | 292.5 | 0.84 | 0.93 |
| Hex | F8 | DC | FC | 2 | D | 0 | 1 | 124 | 54 | 5D |
| Octal | 370 | 334 | 374 | 2 | 15 | 0 | 1 | 444 | 124 | 135 |
| Binary | 11111000 | 11011100 | 11111100 | 10 | 1101 | 0 | 1 | 100100100 | 1010100 | 1011101 |
Color Harmonies of #F8DCFC
Complementary color
Monochromatic Colors of #F8DCFC
Black with #F8DCFC
Text Example
Text Example
White with #F8DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCFC; }
p { color: rgb(248,220,252); }
H1.HeaderClassName
{
color: #F8DCFC;
}
.AnyTagClassName
{
color: #F8DCFC;
}
</style>
background-color css
<style>
a { background-color: #F8DCFC; }
a { background-color: rgb(248,220,252); }
div.DivClassName
{
background-color: #F8DCFC;
}
.BgClassName
{
background-color: #F8DCFC;
}
</style>
border-color css
<style>
span { border-color: #F8DCFC; }
span { border-color: rgb(248,220,252); }
td.TdClassName
{
border-color: #F8DCFC;
}
.TagClassName
{
border-color: #F8DCFC;
}
</style>