Shades of Peach-Yellow #F6DCAC
Tints of Peach-Yellow #F6DCAC
RGB
CMYK
RGB Variations
Color information
#F6DCAC (or 0xF6DCAC) is known color: Peach-Yellow. HEX triplet: F6, DC and AC. RGB value is (246,220,172). Sum of RGB (Red+Green+Blue) = 246+220+172=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCAC is #092353. Grayscale: #DEDEDE. Windows color (decimal): -598868 or 11328758. OLE color: 11328758.
HSL color Cylindrical-coordinate representation of color #F6DCAC: hue angle of 38.92º 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 #F6DCAC is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 172 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.04 |
| HSL | 38.92º | 0.8% | 0.82% | - |
| HSV(B) | 38.92º | 0.3% | 0.96% | - |
| XYZ | 71.05 | 73.76 | 49.52 | - |
| YUV | 222.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 172 | 0 | 0.11 | 0.30 | 0.04 | 38.92 | 0.8 | 0.82 |
| Hex | F6 | DC | AC | 0 | B | 1E | 4 | 27 | 50 | 52 |
| Octal | 366 | 334 | 254 | 0 | 13 | 36 | 4 | 47 | 120 | 122 |
| Binary | 11110110 | 11011100 | 10101100 | 0 | 1011 | 11110 | 100 | 100111 | 1010000 | 1010010 |
Color Harmonies of #F6DCAC
Complementary color
Monochromatic Colors of #F6DCAC
Black with #F6DCAC
Text Example
Text Example
White with #F6DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCAC; }
p { color: rgb(246,220,172); }
H1.HeaderClassName
{
color: #F6DCAC;
}
.AnyTagClassName
{
color: #F6DCAC;
}
</style>
background-color css
<style>
a { background-color: #F6DCAC; }
a { background-color: rgb(246,220,172); }
div.DivClassName
{
background-color: #F6DCAC;
}
.BgClassName
{
background-color: #F6DCAC;
}
</style>
border-color css
<style>
span { border-color: #F6DCAC; }
span { border-color: rgb(246,220,172); }
td.TdClassName
{
border-color: #F6DCAC;
}
.TagClassName
{
border-color: #F6DCAC;
}
</style>