Shades of Selago #F0DDF5
Tints of Selago #F0DDF5
RGB
CMYK
RGB Variations
Color information
#F0DDF5 (or 0xF0DDF5) is known color: Selago. HEX triplet: F0, DD and F5. RGB value is (240,221,245). Sum of RGB (Red+Green+Blue) = 240+221+245=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF5 is #0F220A. Grayscale: #E5E5E5. Windows color (decimal): -991755 or 16113136. OLE color: 16113136.
HSL color Cylindrical-coordinate representation of color #F0DDF5: hue angle of 287.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DDF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 240 | 221 | 245 | - |
CMYK | 0.02 | 0.10 | 0 | 0.04 |
HSL | 287.5º | 0.55% | 0.91% | - |
HSV(B) | 287.5º | 0.1% | 0.96% | - |
XYZ | 78.27 | 76.83 | 97.09 | - |
YUV | 229.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 221 | 245 | 0.02 | 0.10 | 0 | 0.04 | 287.5 | 0.55 | 0.91 |
Hex | F0 | DD | F5 | 2 | A | 0 | 4 | 120 | 37 | 5B |
Octal | 360 | 335 | 365 | 2 | 12 | 0 | 4 | 440 | 67 | 133 |
Binary | 11110000 | 11011101 | 11110101 | 10 | 1010 | 0 | 100 | 100100000 | 110111 | 1011011 |
Color Harmonies of #F0DDF5
Complementary color
Monochromatic Colors of #F0DDF5
Black with #F0DDF5
Text Example
Text Example
White with #F0DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDF5; }
p { color: rgb(240,221,245); }
H1.HeaderClassName
{
color: #F0DDF5;
}
.AnyTagClassName
{
color: #F0DDF5;
}
</style>
background-color css
<style>
a { background-color: #F0DDF5; }
a { background-color: rgb(240,221,245); }
div.DivClassName
{
background-color: #F0DDF5;
}
.BgClassName
{
background-color: #F0DDF5;
}
</style>
border-color css
<style>
span { border-color: #F0DDF5; }
span { border-color: rgb(240,221,245); }
td.TdClassName
{
border-color: #F0DDF5;
}
.TagClassName
{
border-color: #F0DDF5;
}
</style>