Shades of Selago #F8D9F9
Tints of Selago #F8D9F9
RGB
CMYK
RGB Variations
Color information
#F8D9F9 (or 0xF8D9F9) is known color: Selago. HEX triplet: F8, D9 and F9. RGB value is (248,217,249). Sum of RGB (Red+Green+Blue) = 248+217+249=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9F9 is #072606. Grayscale: #E5E5E5. Windows color (decimal): -468487 or 16374264. OLE color: 16374264.
HSL color Cylindrical-coordinate representation of color #F8D9F9: hue angle of 298.12º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D9F9 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 217 | 249 | - |
CMYK | 0.00 | 0.13 | 0 | 0.02 |
HSL | 298.13º | 0.73% | 0.91% | - |
HSV(B) | 298.13º | 0.13% | 0.98% | - |
XYZ | 80.62 | 76.42 | 100.12 | - |
YUV | 229.92 | 138.77 | 140.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 217 | 249 | 0.00 | 0.13 | 0 | 0.02 | 298.13 | 0.73 | 0.91 |
Hex | F8 | D9 | F9 | 0 | D | 0 | 2 | 12A | 49 | 5B |
Octal | 370 | 331 | 371 | 0 | 15 | 0 | 2 | 452 | 111 | 133 |
Binary | 11111000 | 11011001 | 11111001 | 0 | 1101 | 0 | 10 | 100101010 | 1001001 | 1011011 |
Color Harmonies of #F8D9F9
Complementary color
Monochromatic Colors of #F8D9F9
Black with #F8D9F9
Text Example
Text Example
White with #F8D9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9F9; }
p { color: rgb(248,217,249); }
H1.HeaderClassName
{
color: #F8D9F9;
}
.AnyTagClassName
{
color: #F8D9F9;
}
</style>
background-color css
<style>
a { background-color: #F8D9F9; }
a { background-color: rgb(248,217,249); }
div.DivClassName
{
background-color: #F8D9F9;
}
.BgClassName
{
background-color: #F8D9F9;
}
</style>
border-color css
<style>
span { border-color: #F8D9F9; }
span { border-color: rgb(248,217,249); }
td.TdClassName
{
border-color: #F8D9F9;
}
.TagClassName
{
border-color: #F8D9F9;
}
</style>