Shades of Selago #F0DDF3
Tints of Selago #F0DDF3
RGB
CMYK
RGB Variations
Color information
#F0DDF3 (or 0xF0DDF3) is known color: Selago. HEX triplet: F0, DD and F3. RGB value is (240,221,243). Sum of RGB (Red+Green+Blue) = 240+221+243=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0DDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF3 is #0F220C. Grayscale: #E5E5E5. Windows color (decimal): -991757 or 15982064. OLE color: 15982064.
HSL color Cylindrical-coordinate representation of color #F0DDF3: hue angle of 291.82º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DDF3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 221 | 243 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.05 |
| HSL | 291.82º | 0.48% | 0.91% | - |
| HSV(B) | 291.82º | 0.09% | 0.95% | - |
| XYZ | 77.97 | 76.71 | 95.49 | - |
| YUV | 229.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 243 | 0.01 | 0.09 | 0 | 0.05 | 291.82 | 0.48 | 0.91 |
| Hex | F0 | DD | F3 | 1 | 9 | 0 | 5 | 124 | 30 | 5B |
| Octal | 360 | 335 | 363 | 1 | 11 | 0 | 5 | 444 | 60 | 133 |
| Binary | 11110000 | 11011101 | 11110011 | 1 | 1001 | 0 | 101 | 100100100 | 110000 | 1011011 |
Color Harmonies of #F0DDF3
Complementary color
Monochromatic Colors of #F0DDF3
Black with #F0DDF3
Text Example
Text Example
White with #F0DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDF3; }
p { color: rgb(240,221,243); }
H1.HeaderClassName
{
color: #F0DDF3;
}
.AnyTagClassName
{
color: #F0DDF3;
}
</style>
background-color css
<style>
a { background-color: #F0DDF3; }
a { background-color: rgb(240,221,243); }
div.DivClassName
{
background-color: #F0DDF3;
}
.BgClassName
{
background-color: #F0DDF3;
}
</style>
border-color css
<style>
span { border-color: #F0DDF3; }
span { border-color: rgb(240,221,243); }
td.TdClassName
{
border-color: #F0DDF3;
}
.TagClassName
{
border-color: #F0DDF3;
}
</style>