Shades of Peach #F9CDA7
Tints of Peach #F9CDA7
RGB
CMYK
RGB Variations
Color information
#F9CDA7 (or 0xF9CDA7) is known color: Peach. HEX triplet: F9, CD and A7. RGB value is (249,205,167). Sum of RGB (Red+Green+Blue) = 249+205+167=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 167 (65.62% from 255 or 26.89% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CDA7 is #063258. Grayscale: #D6D6D6. Windows color (decimal): -406105 or 10997241. OLE color: 10997241.
HSL color Cylindrical-coordinate representation of color #F9CDA7: hue angle of 27.8º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9CDA7 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 167 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.02 |
| HSL | 27.8º | 0.87% | 0.82% | - |
| HSV(B) | 27.8º | 0.33% | 0.98% | - |
| XYZ | 67.87 | 66.59 | 45.84 | - |
| YUV | 213.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 167 | 0 | 0.18 | 0.33 | 0.02 | 27.8 | 0.87 | 0.82 |
| Hex | F9 | CD | A7 | 0 | 12 | 21 | 2 | 1C | 57 | 52 |
| Octal | 371 | 315 | 247 | 0 | 22 | 41 | 2 | 34 | 127 | 122 |
| Binary | 11111001 | 11001101 | 10100111 | 0 | 10010 | 100001 | 10 | 11100 | 1010111 | 1010010 |
Color Harmonies of #F9CDA7
Complementary color
Monochromatic Colors of #F9CDA7
Black with #F9CDA7
Text Example
Text Example
White with #F9CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDA7; }
p { color: rgb(249,205,167); }
H1.HeaderClassName
{
color: #F9CDA7;
}
.AnyTagClassName
{
color: #F9CDA7;
}
</style>
background-color css
<style>
a { background-color: #F9CDA7; }
a { background-color: rgb(249,205,167); }
div.DivClassName
{
background-color: #F9CDA7;
}
.BgClassName
{
background-color: #F9CDA7;
}
</style>
border-color css
<style>
span { border-color: #F9CDA7; }
span { border-color: rgb(249,205,167); }
td.TdClassName
{
border-color: #F9CDA7;
}
.TagClassName
{
border-color: #F9CDA7;
}
</style>