Shades of Peach #FFCCA8
Tints of Peach #FFCCA8
RGB
CMYK
RGB Variations
Color information
#FFCCA8 (or 0xFFCCA8) is known color: Peach. HEX triplet: FF, CC and A8. RGB value is (255,204,168). Sum of RGB (Red+Green+Blue) = 255+204+168=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA8 is #003357. Grayscale: #D7D7D7. Windows color (decimal): -13144 or 11062527. OLE color: 11062527.
HSL color Cylindrical-coordinate representation of color #FFCCA8: hue angle of 24.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFCCA8 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 168 | - |
| CMYK | 0 | 0.2 | 0.34 | 0 |
| HSL | 24.83º | 1% | 0.83% | - |
| HSV(B) | 24.83º | 0.34% | 1% | - |
| XYZ | 69.9 | 67.27 | 46.35 | - |
| YUV | 215.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 168 | 0 | 0.2 | 0.34 | 0 | 24.83 | 1 | 0.83 |
| Hex | FF | CC | A8 | 0 | 14 | 22 | 0 | 19 | 64 | 53 |
| Octal | 377 | 314 | 250 | 0 | 24 | 42 | 0 | 31 | 144 | 123 |
| Binary | 11111111 | 11001100 | 10101000 | 0 | 10100 | 100010 | 0 | 11001 | 1100100 | 1010011 |
Color Harmonies of #FFCCA8
Complementary color
Monochromatic Colors of #FFCCA8
Black with #FFCCA8
Text Example
Text Example
White with #FFCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCA8; }
p { color: rgb(255,204,168); }
H1.HeaderClassName
{
color: #FFCCA8;
}
.AnyTagClassName
{
color: #FFCCA8;
}
</style>
background-color css
<style>
a { background-color: #FFCCA8; }
a { background-color: rgb(255,204,168); }
div.DivClassName
{
background-color: #FFCCA8;
}
.BgClassName
{
background-color: #FFCCA8;
}
</style>
border-color css
<style>
span { border-color: #FFCCA8; }
span { border-color: rgb(255,204,168); }
td.TdClassName
{
border-color: #FFCCA8;
}
.TagClassName
{
border-color: #FFCCA8;
}
</style>