Shades of Peach #F7CBA5
Tints of Peach #F7CBA5
RGB
CMYK
RGB Variations
Color information
#F7CBA5 (or 0xF7CBA5) is known color: Peach. HEX triplet: F7, CB and A5. RGB value is (247,203,165). Sum of RGB (Red+Green+Blue) = 247+203+165=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBA5 is #08345A. Grayscale: #D4D4D4. Windows color (decimal): -537691 or 10865655. OLE color: 10865655.
HSL color Cylindrical-coordinate representation of color #F7CBA5: hue angle of 27.8º degrees, saturation: 0.84, 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 #F7CBA5 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 165 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.03 |
| HSL | 27.8º | 0.84% | 0.81% | - |
| HSV(B) | 27.8º | 0.33% | 0.97% | - |
| XYZ | 66.51 | 65.2 | 44.68 | - |
| YUV | 211.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 165 | 0 | 0.18 | 0.33 | 0.03 | 27.8 | 0.84 | 0.81 |
| Hex | F7 | CB | A5 | 0 | 12 | 21 | 3 | 1C | 54 | 51 |
| Octal | 367 | 313 | 245 | 0 | 22 | 41 | 3 | 34 | 124 | 121 |
| Binary | 11110111 | 11001011 | 10100101 | 0 | 10010 | 100001 | 11 | 11100 | 1010100 | 1010001 |
Color Harmonies of #F7CBA5
Complementary color
Monochromatic Colors of #F7CBA5
Black with #F7CBA5
Text Example
Text Example
White with #F7CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBA5; }
p { color: rgb(247,203,165); }
H1.HeaderClassName
{
color: #F7CBA5;
}
.AnyTagClassName
{
color: #F7CBA5;
}
</style>
background-color css
<style>
a { background-color: #F7CBA5; }
a { background-color: rgb(247,203,165); }
div.DivClassName
{
background-color: #F7CBA5;
}
.BgClassName
{
background-color: #F7CBA5;
}
</style>
border-color css
<style>
span { border-color: #F7CBA5; }
span { border-color: rgb(247,203,165); }
td.TdClassName
{
border-color: #F7CBA5;
}
.TagClassName
{
border-color: #F7CBA5;
}
</style>