Shades of Peach #F7CBA6
Tints of Peach #F7CBA6
RGB
CMYK
RGB Variations
Color information
#F7CBA6 (or 0xF7CBA6) is known color: Peach. HEX triplet: F7, CB and A6. RGB value is (247,203,166). Sum of RGB (Red+Green+Blue) = 247+203+166=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBA6 is #083459. Grayscale: #D4D4D4. Windows color (decimal): -537690 or 10931191. OLE color: 10931191.
HSL color Cylindrical-coordinate representation of color #F7CBA6: hue angle of 27.41º 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 #F7CBA6 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 166 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.03 |
| HSL | 27.41º | 0.84% | 0.81% | - |
| HSV(B) | 27.41º | 0.33% | 0.97% | - |
| XYZ | 66.6 | 65.24 | 45.16 | - |
| YUV | 211.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 166 | 0 | 0.18 | 0.33 | 0.03 | 27.41 | 0.84 | 0.81 |
| Hex | F7 | CB | A6 | 0 | 12 | 21 | 3 | 1B | 54 | 51 |
| Octal | 367 | 313 | 246 | 0 | 22 | 41 | 3 | 33 | 124 | 121 |
| Binary | 11110111 | 11001011 | 10100110 | 0 | 10010 | 100001 | 11 | 11011 | 1010100 | 1010001 |
Color Harmonies of #F7CBA6
Complementary color
Monochromatic Colors of #F7CBA6
Black with #F7CBA6
Text Example
Text Example
White with #F7CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBA6; }
p { color: rgb(247,203,166); }
H1.HeaderClassName
{
color: #F7CBA6;
}
.AnyTagClassName
{
color: #F7CBA6;
}
</style>
background-color css
<style>
a { background-color: #F7CBA6; }
a { background-color: rgb(247,203,166); }
div.DivClassName
{
background-color: #F7CBA6;
}
.BgClassName
{
background-color: #F7CBA6;
}
</style>
border-color css
<style>
span { border-color: #F7CBA6; }
span { border-color: rgb(247,203,166); }
td.TdClassName
{
border-color: #F7CBA6;
}
.TagClassName
{
border-color: #F7CBA6;
}
</style>