Shades of Peach #FFCEA9
Tints of Peach #FFCEA9
RGB
CMYK
RGB Variations
Color information
#FFCEA9 (or 0xFFCEA9) is known color: Peach. HEX triplet: FF, CE and A9. RGB value is (255,206,169). Sum of RGB (Red+Green+Blue) = 255+206+169=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA9 is #003156. Grayscale: #D8D8D8. Windows color (decimal): -12631 or 11128575. OLE color: 11128575.
HSL color Cylindrical-coordinate representation of color #FFCEA9: hue angle of 25.81º 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 #FFCEA9 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 169 | - |
| CMYK | 0 | 0.19 | 0.34 | 0 |
| HSL | 25.81º | 1% | 0.83% | - |
| HSV(B) | 25.81º | 0.34% | 1% | - |
| XYZ | 70.47 | 68.27 | 47 | - |
| YUV | 216.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 169 | 0 | 0.19 | 0.34 | 0 | 25.81 | 1 | 0.83 |
| Hex | FF | CE | A9 | 0 | 13 | 22 | 0 | 1A | 64 | 53 |
| Octal | 377 | 316 | 251 | 0 | 23 | 42 | 0 | 32 | 144 | 123 |
| Binary | 11111111 | 11001110 | 10101001 | 0 | 10011 | 100010 | 0 | 11010 | 1100100 | 1010011 |
Color Harmonies of #FFCEA9
Complementary color
Monochromatic Colors of #FFCEA9
Black with #FFCEA9
Text Example
Text Example
White with #FFCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA9; }
p { color: rgb(255,206,169); }
H1.HeaderClassName
{
color: #FFCEA9;
}
.AnyTagClassName
{
color: #FFCEA9;
}
</style>
background-color css
<style>
a { background-color: #FFCEA9; }
a { background-color: rgb(255,206,169); }
div.DivClassName
{
background-color: #FFCEA9;
}
.BgClassName
{
background-color: #FFCEA9;
}
</style>
border-color css
<style>
span { border-color: #FFCEA9; }
span { border-color: rgb(255,206,169); }
td.TdClassName
{
border-color: #FFCEA9;
}
.TagClassName
{
border-color: #FFCEA9;
}
</style>