Shades of Peach #FFCEA1
Tints of Peach #FFCEA1
RGB
CMYK
RGB Variations
Color information
#FFCEA1 (or 0xFFCEA1) is known color: Peach. HEX triplet: FF, CE and A1. RGB value is (255,206,161). Sum of RGB (Red+Green+Blue) = 255+206+161=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA1 is #00315E. Grayscale: #D7D7D7. Windows color (decimal): -12639 or 10604287. OLE color: 10604287.
HSL color Cylindrical-coordinate representation of color #FFCEA1: hue angle of 28.72º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFCEA1 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 161 | - |
| CMYK | 0 | 0.19 | 0.37 | 0 |
| HSL | 28.72º | 1% | 0.82% | - |
| HSV(B) | 28.72º | 0.37% | 1% | - |
| XYZ | 69.74 | 67.98 | 43.16 | - |
| YUV | 215.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 161 | 0 | 0.19 | 0.37 | 0 | 28.72 | 1 | 0.82 |
| Hex | FF | CE | A1 | 0 | 13 | 25 | 0 | 1D | 64 | 52 |
| Octal | 377 | 316 | 241 | 0 | 23 | 45 | 0 | 35 | 144 | 122 |
| Binary | 11111111 | 11001110 | 10100001 | 0 | 10011 | 100101 | 0 | 11101 | 1100100 | 1010010 |
Color Harmonies of #FFCEA1
Complementary color
Monochromatic Colors of #FFCEA1
Black with #FFCEA1
Text Example
Text Example
White with #FFCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA1; }
p { color: rgb(255,206,161); }
H1.HeaderClassName
{
color: #FFCEA1;
}
.AnyTagClassName
{
color: #FFCEA1;
}
</style>
background-color css
<style>
a { background-color: #FFCEA1; }
a { background-color: rgb(255,206,161); }
div.DivClassName
{
background-color: #FFCEA1;
}
.BgClassName
{
background-color: #FFCEA1;
}
</style>
border-color css
<style>
span { border-color: #FFCEA1; }
span { border-color: rgb(255,206,161); }
td.TdClassName
{
border-color: #FFCEA1;
}
.TagClassName
{
border-color: #FFCEA1;
}
</style>