Shades of Sidecar #F0DEAD
Tints of Sidecar #F0DEAD
RGB
CMYK
RGB Variations
Color information
#F0DEAD (or 0xF0DEAD) is known color: Sidecar. HEX triplet: F0, DE and AD. RGB value is (240,222,173). Sum of RGB (Red+Green+Blue) = 240+222+173=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEAD is #0F2152. Grayscale: #DEDEDE. Windows color (decimal): -991571 or 11394800. OLE color: 11394800.
HSL color Cylindrical-coordinate representation of color #F0DEAD: hue angle of 43.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DEAD is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 173 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 43.88º | 0.69% | 0.81% | - |
| HSV(B) | 43.88º | 0.28% | 0.94% | - |
| XYZ | 69.6 | 73.78 | 50.11 | - |
| YUV | 221.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 173 | 0 | 0.08 | 0.28 | 0.06 | 43.88 | 0.69 | 0.81 |
| Hex | F0 | DE | AD | 0 | 8 | 1C | 6 | 2C | 45 | 51 |
| Octal | 360 | 336 | 255 | 0 | 10 | 34 | 6 | 54 | 105 | 121 |
| Binary | 11110000 | 11011110 | 10101101 | 0 | 1000 | 11100 | 110 | 101100 | 1000101 | 1010001 |
Color Harmonies of #F0DEAD
Complementary color
Monochromatic Colors of #F0DEAD
Black with #F0DEAD
Text Example
Text Example
White with #F0DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEAD; }
p { color: rgb(240,222,173); }
H1.HeaderClassName
{
color: #F0DEAD;
}
.AnyTagClassName
{
color: #F0DEAD;
}
</style>
background-color css
<style>
a { background-color: #F0DEAD; }
a { background-color: rgb(240,222,173); }
div.DivClassName
{
background-color: #F0DEAD;
}
.BgClassName
{
background-color: #F0DEAD;
}
</style>
border-color css
<style>
span { border-color: #F0DEAD; }
span { border-color: rgb(240,222,173); }
td.TdClassName
{
border-color: #F0DEAD;
}
.TagClassName
{
border-color: #F0DEAD;
}
</style>