Shades of Selago #F0DDF1
Tints of Selago #F0DDF1
RGB
CMYK
RGB Variations
Color information
#F0DDF1 (or 0xF0DDF1) is known color: Selago. HEX triplet: F0, DD and F1. RGB value is (240,221,241). Sum of RGB (Red+Green+Blue) = 240+221+241=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF1 is #0F220E. Grayscale: #E4E4E4. Windows color (decimal): -991759 or 15850992. OLE color: 15850992.
HSL color Cylindrical-coordinate representation of color #F0DDF1: hue angle of 297º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDF1 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 221 | 241 | - |
CMYK | 0.00 | 0.08 | 0 | 0.05 |
HSL | 297º | 0.42% | 0.91% | - |
HSV(B) | 297º | 0.08% | 0.95% | - |
XYZ | 77.67 | 76.59 | 93.91 | - |
YUV | 228.96 | 134.79 | 135.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 221 | 241 | 0.00 | 0.08 | 0 | 0.05 | 297 | 0.42 | 0.91 |
Hex | F0 | DD | F1 | 0 | 8 | 0 | 5 | 129 | 2A | 5B |
Octal | 360 | 335 | 361 | 0 | 10 | 0 | 5 | 451 | 52 | 133 |
Binary | 11110000 | 11011101 | 11110001 | 0 | 1000 | 0 | 101 | 100101001 | 101010 | 1011011 |
Color Harmonies of #F0DDF1
Complementary color
Monochromatic Colors of #F0DDF1
Black with #F0DDF1
Text Example
Text Example
White with #F0DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDF1; }
p { color: rgb(240,221,241); }
H1.HeaderClassName
{
color: #F0DDF1;
}
.AnyTagClassName
{
color: #F0DDF1;
}
</style>
background-color css
<style>
a { background-color: #F0DDF1; }
a { background-color: rgb(240,221,241); }
div.DivClassName
{
background-color: #F0DDF1;
}
.BgClassName
{
background-color: #F0DDF1;
}
</style>
border-color css
<style>
span { border-color: #F0DDF1; }
span { border-color: rgb(240,221,241); }
td.TdClassName
{
border-color: #F0DDF1;
}
.TagClassName
{
border-color: #F0DDF1;
}
</style>