Shades of Peach #F8CDA7
Tints of Peach #F8CDA7
RGB
CMYK
RGB Variations
Color information
#F8CDA7 (or 0xF8CDA7) is known color: Peach. HEX triplet: F8, CD and A7. RGB value is (248,205,167). Sum of RGB (Red+Green+Blue) = 248+205+167=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CDA7 is #073258. Grayscale: #D5D5D5. Windows color (decimal): -471641 or 10997240. OLE color: 10997240.
HSL color Cylindrical-coordinate representation of color #F8CDA7: hue angle of 28.15º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8CDA7 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 167 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.03 |
| HSL | 28.15º | 0.85% | 0.81% | - |
| HSV(B) | 28.15º | 0.33% | 0.97% | - |
| XYZ | 67.52 | 66.41 | 45.82 | - |
| YUV | 213.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 167 | 0 | 0.17 | 0.33 | 0.03 | 28.15 | 0.85 | 0.81 |
| Hex | F8 | CD | A7 | 0 | 11 | 21 | 3 | 1C | 55 | 51 |
| Octal | 370 | 315 | 247 | 0 | 21 | 41 | 3 | 34 | 125 | 121 |
| Binary | 11111000 | 11001101 | 10100111 | 0 | 10001 | 100001 | 11 | 11100 | 1010101 | 1010001 |
Color Harmonies of #F8CDA7
Complementary color
Monochromatic Colors of #F8CDA7
Black with #F8CDA7
Text Example
Text Example
White with #F8CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDA7; }
p { color: rgb(248,205,167); }
H1.HeaderClassName
{
color: #F8CDA7;
}
.AnyTagClassName
{
color: #F8CDA7;
}
</style>
background-color css
<style>
a { background-color: #F8CDA7; }
a { background-color: rgb(248,205,167); }
div.DivClassName
{
background-color: #F8CDA7;
}
.BgClassName
{
background-color: #F8CDA7;
}
</style>
border-color css
<style>
span { border-color: #F8CDA7; }
span { border-color: rgb(248,205,167); }
td.TdClassName
{
border-color: #F8CDA7;
}
.TagClassName
{
border-color: #F8CDA7;
}
</style>