Shades of Sidecar #F0DDAB
Tints of Sidecar #F0DDAB
RGB
CMYK
RGB Variations
Color information
#F0DDAB (or 0xF0DDAB) is known color: Sidecar. HEX triplet: F0, DD and AB. RGB value is (240,221,171). Sum of RGB (Red+Green+Blue) = 240+221+171=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDAB is #0F2254. Grayscale: #DDDDDD. Windows color (decimal): -991829 or 11263472. OLE color: 11263472.
HSL color Cylindrical-coordinate representation of color #F0DDAB: hue angle of 43.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0DDAB is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 171 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 43.48º | 0.7% | 0.81% | - |
| HSV(B) | 43.48º | 0.29% | 0.94% | - |
| XYZ | 69.14 | 73.18 | 49.01 | - |
| YUV | 220.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 171 | 0 | 0.08 | 0.29 | 0.06 | 43.48 | 0.7 | 0.81 |
| Hex | F0 | DD | AB | 0 | 8 | 1D | 6 | 2B | 46 | 51 |
| Octal | 360 | 335 | 253 | 0 | 10 | 35 | 6 | 53 | 106 | 121 |
| Binary | 11110000 | 11011101 | 10101011 | 0 | 1000 | 11101 | 110 | 101011 | 1000110 | 1010001 |
Color Harmonies of #F0DDAB
Complementary color
Monochromatic Colors of #F0DDAB
Black with #F0DDAB
Text Example
Text Example
White with #F0DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDAB; }
p { color: rgb(240,221,171); }
H1.HeaderClassName
{
color: #F0DDAB;
}
.AnyTagClassName
{
color: #F0DDAB;
}
</style>
background-color css
<style>
a { background-color: #F0DDAB; }
a { background-color: rgb(240,221,171); }
div.DivClassName
{
background-color: #F0DDAB;
}
.BgClassName
{
background-color: #F0DDAB;
}
</style>
border-color css
<style>
span { border-color: #F0DDAB; }
span { border-color: rgb(240,221,171); }
td.TdClassName
{
border-color: #F0DDAB;
}
.TagClassName
{
border-color: #F0DDAB;
}
</style>