Shades of Selago #F0DDF0
Tints of Selago #F0DDF0
RGB
CMYK
RGB Variations
Color information
#F0DDF0 (or 0xF0DDF0) is known color: Selago. HEX triplet: F0, DD and F0. RGB value is (240,221,240). Sum of RGB (Red+Green+Blue) = 240+221+240=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF0 is #0F220F. Grayscale: #E4E4E4. Windows color (decimal): -991760 or 15785456. OLE color: 15785456.
HSL color Cylindrical-coordinate representation of color #F0DDF0: hue angle of 300º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDF0 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 221 | 240 | - |
CMYK | 0 | 0.08 | 0 | 0.06 |
HSL | 300º | 0.39% | 0.9% | - |
HSV(B) | 300º | 0.08% | 0.94% | - |
XYZ | 77.52 | 76.53 | 93.12 | - |
YUV | 228.85 | 134.29 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 221 | 240 | 0 | 0.08 | 0 | 0.06 | 300 | 0.39 | 0.9 |
Hex | F0 | DD | F0 | 0 | 8 | 0 | 6 | 12C | 27 | 5A |
Octal | 360 | 335 | 360 | 0 | 10 | 0 | 6 | 454 | 47 | 132 |
Binary | 11110000 | 11011101 | 11110000 | 0 | 1000 | 0 | 110 | 100101100 | 100111 | 1011010 |
Color Harmonies of #F0DDF0
Complementary color
Monochromatic Colors of #F0DDF0
Black with #F0DDF0
Text Example
Text Example
White with #F0DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDF0; }
p { color: rgb(240,221,240); }
H1.HeaderClassName
{
color: #F0DDF0;
}
.AnyTagClassName
{
color: #F0DDF0;
}
</style>
background-color css
<style>
a { background-color: #F0DDF0; }
a { background-color: rgb(240,221,240); }
div.DivClassName
{
background-color: #F0DDF0;
}
.BgClassName
{
background-color: #F0DDF0;
}
</style>
border-color css
<style>
span { border-color: #F0DDF0; }
span { border-color: rgb(240,221,240); }
td.TdClassName
{
border-color: #F0DDF0;
}
.TagClassName
{
border-color: #F0DDF0;
}
</style>