Shades of Peach-Yellow #F6DBAC
Tints of Peach-Yellow #F6DBAC
RGB
CMYK
RGB Variations
Color information
#F6DBAC (or 0xF6DBAC) is known color: Peach-Yellow. HEX triplet: F6, DB and AC. RGB value is (246,219,172). Sum of RGB (Red+Green+Blue) = 246+219+172=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBAC is #092453. Grayscale: #DDDDDD. Windows color (decimal): -599124 or 11328502. OLE color: 11328502.
HSL color Cylindrical-coordinate representation of color #F6DBAC: hue angle of 38.11º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6DBAC is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 172 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.04 |
| HSL | 38.11º | 0.8% | 0.82% | - |
| HSV(B) | 38.11º | 0.3% | 0.96% | - |
| XYZ | 70.78 | 73.23 | 49.43 | - |
| YUV | 221.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 172 | 0 | 0.11 | 0.30 | 0.04 | 38.11 | 0.8 | 0.82 |
| Hex | F6 | DB | AC | 0 | B | 1E | 4 | 26 | 50 | 52 |
| Octal | 366 | 333 | 254 | 0 | 13 | 36 | 4 | 46 | 120 | 122 |
| Binary | 11110110 | 11011011 | 10101100 | 0 | 1011 | 11110 | 100 | 100110 | 1010000 | 1010010 |
Color Harmonies of #F6DBAC
Complementary color
Monochromatic Colors of #F6DBAC
Black with #F6DBAC
Text Example
Text Example
White with #F6DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBAC; }
p { color: rgb(246,219,172); }
H1.HeaderClassName
{
color: #F6DBAC;
}
.AnyTagClassName
{
color: #F6DBAC;
}
</style>
background-color css
<style>
a { background-color: #F6DBAC; }
a { background-color: rgb(246,219,172); }
div.DivClassName
{
background-color: #F6DBAC;
}
.BgClassName
{
background-color: #F6DBAC;
}
</style>
border-color css
<style>
span { border-color: #F6DBAC; }
span { border-color: rgb(246,219,172); }
td.TdClassName
{
border-color: #F6DBAC;
}
.TagClassName
{
border-color: #F6DBAC;
}
</style>