Shades of Peach #FFCCA7
Tints of Peach #FFCCA7
RGB
CMYK
RGB Variations
Color information
#FFCCA7 (or 0xFFCCA7) is known color: Peach. HEX triplet: FF, CC and A7. RGB value is (255,204,167). Sum of RGB (Red+Green+Blue) = 255+204+167=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA7 is #003358. Grayscale: #D7D7D7. Windows color (decimal): -13145 or 10996991. OLE color: 10996991.
HSL color Cylindrical-coordinate representation of color #FFCCA7: hue angle of 25.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCCA7 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 167 | - |
| CMYK | 0 | 0.2 | 0.35 | 0 |
| HSL | 25.23º | 1% | 0.83% | - |
| HSV(B) | 25.23º | 0.35% | 1% | - |
| XYZ | 69.81 | 67.24 | 45.86 | - |
| YUV | 215.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 167 | 0 | 0.2 | 0.35 | 0 | 25.23 | 1 | 0.83 |
| Hex | FF | CC | A7 | 0 | 14 | 23 | 0 | 19 | 64 | 53 |
| Octal | 377 | 314 | 247 | 0 | 24 | 43 | 0 | 31 | 144 | 123 |
| Binary | 11111111 | 11001100 | 10100111 | 0 | 10100 | 100011 | 0 | 11001 | 1100100 | 1010011 |
Color Harmonies of #FFCCA7
Complementary color
Monochromatic Colors of #FFCCA7
Black with #FFCCA7
Text Example
Text Example
White with #FFCCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCA7; }
p { color: rgb(255,204,167); }
H1.HeaderClassName
{
color: #FFCCA7;
}
.AnyTagClassName
{
color: #FFCCA7;
}
</style>
background-color css
<style>
a { background-color: #FFCCA7; }
a { background-color: rgb(255,204,167); }
div.DivClassName
{
background-color: #FFCCA7;
}
.BgClassName
{
background-color: #FFCCA7;
}
</style>
border-color css
<style>
span { border-color: #FFCCA7; }
span { border-color: rgb(255,204,167); }
td.TdClassName
{
border-color: #FFCCA7;
}
.TagClassName
{
border-color: #FFCCA7;
}
</style>