Shades of Selago #F9DDF8
Tints of Selago #F9DDF8
RGB
CMYK
RGB Variations
Color information
#F9DDF8 (or 0xF9DDF8) is known color: Selago. HEX triplet: F9, DD and F8. RGB value is (249,221,248). Sum of RGB (Red+Green+Blue) = 249+221+248=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF8 is #062207. Grayscale: #E8E8E8. Windows color (decimal): -401928 or 16309753. OLE color: 16309753.
HSL color Cylindrical-coordinate representation of color #F9DDF8: hue angle of 302.14º 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 #F9DDF8 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 248 | - |
CMYK | 0 | 0.11 | 0.00 | 0.02 |
HSL | 302.14º | 0.7% | 0.92% | - |
HSV(B) | 302.14º | 0.11% | 0.98% | - |
XYZ | 81.87 | 78.63 | 99.67 | - |
YUV | 232.45 | 136.78 | 139.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 248 | 0 | 0.11 | 0.00 | 0.02 | 302.14 | 0.7 | 0.92 |
Hex | F9 | DD | F8 | 0 | B | 0 | 2 | 12E | 46 | 5C |
Octal | 371 | 335 | 370 | 0 | 13 | 0 | 2 | 456 | 106 | 134 |
Binary | 11111001 | 11011101 | 11111000 | 0 | 1011 | 0 | 10 | 100101110 | 1000110 | 1011100 |
Color Harmonies of #F9DDF8
Complementary color
Monochromatic Colors of #F9DDF8
Black with #F9DDF8
Text Example
Text Example
White with #F9DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDF8; }
p { color: rgb(249,221,248); }
H1.HeaderClassName
{
color: #F9DDF8;
}
.AnyTagClassName
{
color: #F9DDF8;
}
</style>
background-color css
<style>
a { background-color: #F9DDF8; }
a { background-color: rgb(249,221,248); }
div.DivClassName
{
background-color: #F9DDF8;
}
.BgClassName
{
background-color: #F9DDF8;
}
</style>
border-color css
<style>
span { border-color: #F9DDF8; }
span { border-color: rgb(249,221,248); }
td.TdClassName
{
border-color: #F9DDF8;
}
.TagClassName
{
border-color: #F9DDF8;
}
</style>