Shades of Sidecar #F0DFAC
Tints of Sidecar #F0DFAC
RGB
CMYK
RGB Variations
Color information
#F0DFAC (or 0xF0DFAC) is known color: Sidecar. HEX triplet: F0, DF and AC. RGB value is (240,223,172). Sum of RGB (Red+Green+Blue) = 240+223+172=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFAC is #0F2053. Grayscale: #DEDEDE. Windows color (decimal): -991316 or 11329520. OLE color: 11329520.
HSL color Cylindrical-coordinate representation of color #F0DFAC: hue angle of 45º 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 #F0DFAC is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 172 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.06 |
| HSL | 45º | 0.69% | 0.81% | - |
| HSV(B) | 45º | 0.28% | 0.94% | - |
| XYZ | 69.77 | 74.28 | 49.69 | - |
| YUV | 222.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 172 | 0 | 0.07 | 0.28 | 0.06 | 45 | 0.69 | 0.81 |
| Hex | F0 | DF | AC | 0 | 7 | 1C | 6 | 2D | 45 | 51 |
| Octal | 360 | 337 | 254 | 0 | 7 | 34 | 6 | 55 | 105 | 121 |
| Binary | 11110000 | 11011111 | 10101100 | 0 | 111 | 11100 | 110 | 101101 | 1000101 | 1010001 |
Color Harmonies of #F0DFAC
Complementary color
Monochromatic Colors of #F0DFAC
Black with #F0DFAC
Text Example
Text Example
White with #F0DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFAC; }
p { color: rgb(240,223,172); }
H1.HeaderClassName
{
color: #F0DFAC;
}
.AnyTagClassName
{
color: #F0DFAC;
}
</style>
background-color css
<style>
a { background-color: #F0DFAC; }
a { background-color: rgb(240,223,172); }
div.DivClassName
{
background-color: #F0DFAC;
}
.BgClassName
{
background-color: #F0DFAC;
}
</style>
border-color css
<style>
span { border-color: #F0DFAC; }
span { border-color: rgb(240,223,172); }
td.TdClassName
{
border-color: #F0DFAC;
}
.TagClassName
{
border-color: #F0DFAC;
}
</style>