Shades of Peach-Yellow #F6DCAB
Tints of Peach-Yellow #F6DCAB
RGB
CMYK
RGB Variations
Color information
#F6DCAB (or 0xF6DCAB) is known color: Peach-Yellow. HEX triplet: F6, DC and AB. RGB value is (246,220,171). Sum of RGB (Red+Green+Blue) = 246+220+171=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCAB is #092354. Grayscale: #DEDEDE. Windows color (decimal): -598869 or 11263222. OLE color: 11263222.
HSL color Cylindrical-coordinate representation of color #F6DCAB: hue angle of 39.2º degrees, saturation: 0.81, 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 #F6DCAB is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 171 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.04 |
| HSL | 39.2º | 0.81% | 0.82% | - |
| HSV(B) | 39.2º | 0.3% | 0.96% | - |
| XYZ | 70.95 | 73.72 | 49.02 | - |
| YUV | 222.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 171 | 0 | 0.11 | 0.30 | 0.04 | 39.2 | 0.81 | 0.82 |
| Hex | F6 | DC | AB | 0 | B | 1E | 4 | 27 | 51 | 52 |
| Octal | 366 | 334 | 253 | 0 | 13 | 36 | 4 | 47 | 121 | 122 |
| Binary | 11110110 | 11011100 | 10101011 | 0 | 1011 | 11110 | 100 | 100111 | 1010001 | 1010010 |
Color Harmonies of #F6DCAB
Complementary color
Monochromatic Colors of #F6DCAB
Black with #F6DCAB
Text Example
Text Example
White with #F6DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCAB; }
p { color: rgb(246,220,171); }
H1.HeaderClassName
{
color: #F6DCAB;
}
.AnyTagClassName
{
color: #F6DCAB;
}
</style>
background-color css
<style>
a { background-color: #F6DCAB; }
a { background-color: rgb(246,220,171); }
div.DivClassName
{
background-color: #F6DCAB;
}
.BgClassName
{
background-color: #F6DCAB;
}
</style>
border-color css
<style>
span { border-color: #F6DCAB; }
span { border-color: rgb(246,220,171); }
td.TdClassName
{
border-color: #F6DCAB;
}
.TagClassName
{
border-color: #F6DCAB;
}
</style>