Shades of Sidecar #F0DFAD
Tints of Sidecar #F0DFAD
RGB
CMYK
RGB Variations
Color information
#F0DFAD (or 0xF0DFAD) is known color: Sidecar. HEX triplet: F0, DF and AD. RGB value is (240,223,173). Sum of RGB (Red+Green+Blue) = 240+223+173=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFAD is #0F2052. Grayscale: #DEDEDE. Windows color (decimal): -991315 or 11395056. OLE color: 11395056.
HSL color Cylindrical-coordinate representation of color #F0DFAD: hue angle of 44.78º 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 #F0DFAD is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 173 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.06 |
| HSL | 44.78º | 0.69% | 0.81% | - |
| HSV(B) | 44.78º | 0.28% | 0.94% | - |
| XYZ | 69.87 | 74.32 | 50.2 | - |
| YUV | 222.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 173 | 0 | 0.07 | 0.28 | 0.06 | 44.78 | 0.69 | 0.81 |
| Hex | F0 | DF | AD | 0 | 7 | 1C | 6 | 2D | 45 | 51 |
| Octal | 360 | 337 | 255 | 0 | 7 | 34 | 6 | 55 | 105 | 121 |
| Binary | 11110000 | 11011111 | 10101101 | 0 | 111 | 11100 | 110 | 101101 | 1000101 | 1010001 |
Color Harmonies of #F0DFAD
Complementary color
Monochromatic Colors of #F0DFAD
Black with #F0DFAD
Text Example
Text Example
White with #F0DFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFAD; }
p { color: rgb(240,223,173); }
H1.HeaderClassName
{
color: #F0DFAD;
}
.AnyTagClassName
{
color: #F0DFAD;
}
</style>
background-color css
<style>
a { background-color: #F0DFAD; }
a { background-color: rgb(240,223,173); }
div.DivClassName
{
background-color: #F0DFAD;
}
.BgClassName
{
background-color: #F0DFAD;
}
</style>
border-color css
<style>
span { border-color: #F0DFAD; }
span { border-color: rgb(240,223,173); }
td.TdClassName
{
border-color: #F0DFAD;
}
.TagClassName
{
border-color: #F0DFAD;
}
</style>