Shades of Selago #F0DEEF
Tints of Selago #F0DEEF
RGB
CMYK
RGB Variations
Color information
#F0DEEF (or 0xF0DEEF) is known color: Selago. HEX triplet: F0, DE and EF. RGB value is (240,222,239). Sum of RGB (Red+Green+Blue) = 240+222+239=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEF is #0F2110. Grayscale: #E5E5E5. Windows color (decimal): -991505 or 15720176. OLE color: 15720176.
HSL color Cylindrical-coordinate representation of color #F0DEEF: hue angle of 303.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DEEF is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 239 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.06 |
| HSL | 303.33º | 0.38% | 0.91% | - |
| HSV(B) | 303.33º | 0.07% | 0.94% | - |
| XYZ | 77.64 | 77 | 92.43 | - |
| YUV | 229.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 239 | 0 | 0.08 | 0.00 | 0.06 | 303.33 | 0.38 | 0.91 |
| Hex | F0 | DE | EF | 0 | 8 | 0 | 6 | 12F | 26 | 5B |
| Octal | 360 | 336 | 357 | 0 | 10 | 0 | 6 | 457 | 46 | 133 |
| Binary | 11110000 | 11011110 | 11101111 | 0 | 1000 | 0 | 110 | 100101111 | 100110 | 1011011 |
Color Harmonies of #F0DEEF
Complementary color
Monochromatic Colors of #F0DEEF
Black with #F0DEEF
Text Example
Text Example
White with #F0DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEEF; }
p { color: rgb(240,222,239); }
H1.HeaderClassName
{
color: #F0DEEF;
}
.AnyTagClassName
{
color: #F0DEEF;
}
</style>
background-color css
<style>
a { background-color: #F0DEEF; }
a { background-color: rgb(240,222,239); }
div.DivClassName
{
background-color: #F0DEEF;
}
.BgClassName
{
background-color: #F0DEEF;
}
</style>
border-color css
<style>
span { border-color: #F0DEEF; }
span { border-color: rgb(240,222,239); }
td.TdClassName
{
border-color: #F0DEEF;
}
.TagClassName
{
border-color: #F0DEEF;
}
</style>