Shades of Peach-Yellow #F6DEAE
Tints of Peach-Yellow #F6DEAE
RGB
CMYK
RGB Variations
Color information
#F6DEAE (or 0xF6DEAE) is known color: Peach-Yellow. HEX triplet: F6, DE and AE. RGB value is (246,222,174). Sum of RGB (Red+Green+Blue) = 246+222+174=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEAE is #092151. Grayscale: #DFDFDF. Windows color (decimal): -598354 or 11460342. OLE color: 11460342.
HSL color Cylindrical-coordinate representation of color #F6DEAE: hue angle of 40º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6DEAE is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 174 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.04 |
| HSL | 40º | 0.8% | 0.82% | - |
| HSV(B) | 40º | 0.29% | 0.96% | - |
| XYZ | 71.77 | 74.89 | 50.72 | - |
| YUV | 223.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 174 | 0 | 0.10 | 0.29 | 0.04 | 40 | 0.8 | 0.82 |
| Hex | F6 | DE | AE | 0 | A | 1D | 4 | 28 | 50 | 52 |
| Octal | 366 | 336 | 256 | 0 | 12 | 35 | 4 | 50 | 120 | 122 |
| Binary | 11110110 | 11011110 | 10101110 | 0 | 1010 | 11101 | 100 | 101000 | 1010000 | 1010010 |
Color Harmonies of #F6DEAE
Complementary color
Monochromatic Colors of #F6DEAE
Black with #F6DEAE
Text Example
Text Example
White with #F6DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEAE; }
p { color: rgb(246,222,174); }
H1.HeaderClassName
{
color: #F6DEAE;
}
.AnyTagClassName
{
color: #F6DEAE;
}
</style>
background-color css
<style>
a { background-color: #F6DEAE; }
a { background-color: rgb(246,222,174); }
div.DivClassName
{
background-color: #F6DEAE;
}
.BgClassName
{
background-color: #F6DEAE;
}
</style>
border-color css
<style>
span { border-color: #F6DEAE; }
span { border-color: rgb(246,222,174); }
td.TdClassName
{
border-color: #F6DEAE;
}
.TagClassName
{
border-color: #F6DEAE;
}
</style>