Shades of Selago #F8DDF8
Tints of Selago #F8DDF8
RGB
CMYK
RGB Variations
Color information
#F8DDF8 (or 0xF8DDF8) is known color: Selago. HEX triplet: F8, DD and F8. RGB value is (248,221,248). Sum of RGB (Red+Green+Blue) = 248+221+248=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8DDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDF8 is #072207. Grayscale: #E8E8E8. Windows color (decimal): -467464 or 16309752. OLE color: 16309752.
HSL color Cylindrical-coordinate representation of color #F8DDF8: hue angle of 300º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DDF8 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 221 | 248 | - |
CMYK | 0 | 0.11 | 0 | 0.03 |
HSL | 300º | 0.66% | 0.92% | - |
HSV(B) | 300º | 0.11% | 0.97% | - |
XYZ | 81.51 | 78.45 | 99.65 | - |
YUV | 232.15 | 136.95 | 139.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 221 | 248 | 0 | 0.11 | 0 | 0.03 | 300 | 0.66 | 0.92 |
Hex | F8 | DD | F8 | 0 | B | 0 | 3 | 12C | 42 | 5C |
Octal | 370 | 335 | 370 | 0 | 13 | 0 | 3 | 454 | 102 | 134 |
Binary | 11111000 | 11011101 | 11111000 | 0 | 1011 | 0 | 11 | 100101100 | 1000010 | 1011100 |
Color Harmonies of #F8DDF8
Complementary color
Monochromatic Colors of #F8DDF8
Black with #F8DDF8
Text Example
Text Example
White with #F8DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDF8; }
p { color: rgb(248,221,248); }
H1.HeaderClassName
{
color: #F8DDF8;
}
.AnyTagClassName
{
color: #F8DDF8;
}
</style>
background-color css
<style>
a { background-color: #F8DDF8; }
a { background-color: rgb(248,221,248); }
div.DivClassName
{
background-color: #F8DDF8;
}
.BgClassName
{
background-color: #F8DDF8;
}
</style>
border-color css
<style>
span { border-color: #F8DDF8; }
span { border-color: rgb(248,221,248); }
td.TdClassName
{
border-color: #F8DDF8;
}
.TagClassName
{
border-color: #F8DDF8;
}
</style>