Shades of Selago #F8DFF9
Tints of Selago #F8DFF9
RGB
CMYK
RGB Variations
Color information
#F8DFF9 (or 0xF8DFF9) is known color: Selago. HEX triplet: F8, DF and F9. RGB value is (248,223,249). Sum of RGB (Red+Green+Blue) = 248+223+249=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFF9 is #072006. Grayscale: #E9E9E9. Windows color (decimal): -466951 or 16375800. OLE color: 16375800.
HSL color Cylindrical-coordinate representation of color #F8DFF9: hue angle of 297.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DFF9 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 223 | 249 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.02 |
| HSL | 297.69º | 0.68% | 0.93% | - |
| HSV(B) | 297.69º | 0.1% | 0.98% | - |
| XYZ | 82.2 | 79.57 | 100.65 | - |
| YUV | 233.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 249 | 0.00 | 0.10 | 0 | 0.02 | 297.69 | 0.68 | 0.93 |
| Hex | F8 | DF | F9 | 0 | A | 0 | 2 | 12A | 44 | 5D |
| Octal | 370 | 337 | 371 | 0 | 12 | 0 | 2 | 452 | 104 | 135 |
| Binary | 11111000 | 11011111 | 11111001 | 0 | 1010 | 0 | 10 | 100101010 | 1000100 | 1011101 |
Color Harmonies of #F8DFF9
Complementary color
Monochromatic Colors of #F8DFF9
Black with #F8DFF9
Text Example
Text Example
White with #F8DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFF9; }
p { color: rgb(248,223,249); }
H1.HeaderClassName
{
color: #F8DFF9;
}
.AnyTagClassName
{
color: #F8DFF9;
}
</style>
background-color css
<style>
a { background-color: #F8DFF9; }
a { background-color: rgb(248,223,249); }
div.DivClassName
{
background-color: #F8DFF9;
}
.BgClassName
{
background-color: #F8DFF9;
}
</style>
border-color css
<style>
span { border-color: #F8DFF9; }
span { border-color: rgb(248,223,249); }
td.TdClassName
{
border-color: #F8DFF9;
}
.TagClassName
{
border-color: #F8DFF9;
}
</style>