Shades of Peach-Yellow #F6DAA9
Tints of Peach-Yellow #F6DAA9
RGB
CMYK
RGB Variations
Color information
#F6DAA9 (or 0xF6DAA9) is known color: Peach-Yellow. HEX triplet: F6, DA and A9. RGB value is (246,218,169). Sum of RGB (Red+Green+Blue) = 246+218+169=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAA9 is #092556. Grayscale: #DDDDDD. Windows color (decimal): -599383 or 11131638. OLE color: 11131638.
HSL color Cylindrical-coordinate representation of color #F6DAA9: hue angle of 38.18º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6DAA9 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 169 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.04 |
| HSL | 38.18º | 0.81% | 0.81% | - |
| HSV(B) | 38.18º | 0.31% | 0.96% | - |
| XYZ | 70.24 | 72.6 | 47.85 | - |
| YUV | 220.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 169 | 0 | 0.11 | 0.31 | 0.04 | 38.18 | 0.81 | 0.81 |
| Hex | F6 | DA | A9 | 0 | B | 1F | 4 | 26 | 51 | 51 |
| Octal | 366 | 332 | 251 | 0 | 13 | 37 | 4 | 46 | 121 | 121 |
| Binary | 11110110 | 11011010 | 10101001 | 0 | 1011 | 11111 | 100 | 100110 | 1010001 | 1010001 |
Color Harmonies of #F6DAA9
Complementary color
Monochromatic Colors of #F6DAA9
Black with #F6DAA9
Text Example
Text Example
White with #F6DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAA9; }
p { color: rgb(246,218,169); }
H1.HeaderClassName
{
color: #F6DAA9;
}
.AnyTagClassName
{
color: #F6DAA9;
}
</style>
background-color css
<style>
a { background-color: #F6DAA9; }
a { background-color: rgb(246,218,169); }
div.DivClassName
{
background-color: #F6DAA9;
}
.BgClassName
{
background-color: #F6DAA9;
}
</style>
border-color css
<style>
span { border-color: #F6DAA9; }
span { border-color: rgb(246,218,169); }
td.TdClassName
{
border-color: #F6DAA9;
}
.TagClassName
{
border-color: #F6DAA9;
}
</style>