Shades of Peach #FFCEAA
Tints of Peach #FFCEAA
RGB
CMYK
RGB Variations
Color information
#FFCEAA (or 0xFFCEAA) is known color: Peach. HEX triplet: FF, CE and AA. RGB value is (255,206,170). Sum of RGB (Red+Green+Blue) = 255+206+170=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAA is #003155. Grayscale: #D8D8D8. Windows color (decimal): -12630 or 11194111. OLE color: 11194111.
HSL color Cylindrical-coordinate representation of color #FFCEAA: hue angle of 25.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCEAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 170 | - |
| CMYK | 0 | 0.19 | 0.33 | 0 |
| HSL | 25.41º | 1% | 0.83% | - |
| HSV(B) | 25.41º | 0.33% | 1% | - |
| XYZ | 70.57 | 68.3 | 47.5 | - |
| YUV | 216.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 170 | 0 | 0.19 | 0.33 | 0 | 25.41 | 1 | 0.83 |
| Hex | FF | CE | AA | 0 | 13 | 21 | 0 | 19 | 64 | 53 |
| Octal | 377 | 316 | 252 | 0 | 23 | 41 | 0 | 31 | 144 | 123 |
| Binary | 11111111 | 11001110 | 10101010 | 0 | 10011 | 100001 | 0 | 11001 | 1100100 | 1010011 |
Color Harmonies of #FFCEAA
Complementary color
Monochromatic Colors of #FFCEAA
Black with #FFCEAA
Text Example
Text Example
White with #FFCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEAA; }
p { color: rgb(255,206,170); }
H1.HeaderClassName
{
color: #FFCEAA;
}
.AnyTagClassName
{
color: #FFCEAA;
}
</style>
background-color css
<style>
a { background-color: #FFCEAA; }
a { background-color: rgb(255,206,170); }
div.DivClassName
{
background-color: #FFCEAA;
}
.BgClassName
{
background-color: #FFCEAA;
}
</style>
border-color css
<style>
span { border-color: #FFCEAA; }
span { border-color: rgb(255,206,170); }
td.TdClassName
{
border-color: #FFCEAA;
}
.TagClassName
{
border-color: #FFCEAA;
}
</style>