Shades of Selago #F8DDF9
Tints of Selago #F8DDF9
RGB
CMYK
RGB Variations
Color information
#F8DDF9 (or 0xF8DDF9) is known color: Selago. HEX triplet: F8, DD and F9. RGB value is (248,221,249). Sum of RGB (Red+Green+Blue) = 248+221+249=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDF9 is #072206. Grayscale: #E8E8E8. Windows color (decimal): -467463 or 16375288. OLE color: 16375288.
HSL color Cylindrical-coordinate representation of color #F8DDF9: hue angle of 297.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DDF9 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 221 | 249 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.02 |
| HSL | 297.86º | 0.7% | 0.92% | - |
| HSV(B) | 297.86º | 0.11% | 0.98% | - |
| XYZ | 81.67 | 78.51 | 100.47 | - |
| YUV | 232.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 249 | 0.00 | 0.11 | 0 | 0.02 | 297.86 | 0.7 | 0.92 |
| Hex | F8 | DD | F9 | 0 | B | 0 | 2 | 12A | 46 | 5C |
| Octal | 370 | 335 | 371 | 0 | 13 | 0 | 2 | 452 | 106 | 134 |
| Binary | 11111000 | 11011101 | 11111001 | 0 | 1011 | 0 | 10 | 100101010 | 1000110 | 1011100 |
Color Harmonies of #F8DDF9
Complementary color
Monochromatic Colors of #F8DDF9
Black with #F8DDF9
Text Example
Text Example
White with #F8DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDF9; }
p { color: rgb(248,221,249); }
H1.HeaderClassName
{
color: #F8DDF9;
}
.AnyTagClassName
{
color: #F8DDF9;
}
</style>
background-color css
<style>
a { background-color: #F8DDF9; }
a { background-color: rgb(248,221,249); }
div.DivClassName
{
background-color: #F8DDF9;
}
.BgClassName
{
background-color: #F8DDF9;
}
</style>
border-color css
<style>
span { border-color: #F8DDF9; }
span { border-color: rgb(248,221,249); }
td.TdClassName
{
border-color: #F8DDF9;
}
.TagClassName
{
border-color: #F8DDF9;
}
</style>