Shades of Peach #FFCEA3
Tints of Peach #FFCEA3
RGB
CMYK
RGB Variations
Color information
#FFCEA3 (or 0xFFCEA3) is known color: Peach. HEX triplet: FF, CE and A3. RGB value is (255,206,163). Sum of RGB (Red+Green+Blue) = 255+206+163=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA3 is #00315C. Grayscale: #D7D7D7. Windows color (decimal): -12637 or 10735359. OLE color: 10735359.
HSL color Cylindrical-coordinate representation of color #FFCEA3: hue angle of 28.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFCEA3 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 163 | - |
| CMYK | 0 | 0.19 | 0.36 | 0 |
| HSL | 28.04º | 1% | 0.82% | - |
| HSV(B) | 28.04º | 0.36% | 1% | - |
| XYZ | 69.92 | 68.05 | 44.1 | - |
| YUV | 215.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 163 | 0 | 0.19 | 0.36 | 0 | 28.04 | 1 | 0.82 |
| Hex | FF | CE | A3 | 0 | 13 | 24 | 0 | 1C | 64 | 52 |
| Octal | 377 | 316 | 243 | 0 | 23 | 44 | 0 | 34 | 144 | 122 |
| Binary | 11111111 | 11001110 | 10100011 | 0 | 10011 | 100100 | 0 | 11100 | 1100100 | 1010010 |
Color Harmonies of #FFCEA3
Complementary color
Monochromatic Colors of #FFCEA3
Black with #FFCEA3
Text Example
Text Example
White with #FFCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA3; }
p { color: rgb(255,206,163); }
H1.HeaderClassName
{
color: #FFCEA3;
}
.AnyTagClassName
{
color: #FFCEA3;
}
</style>
background-color css
<style>
a { background-color: #FFCEA3; }
a { background-color: rgb(255,206,163); }
div.DivClassName
{
background-color: #FFCEA3;
}
.BgClassName
{
background-color: #FFCEA3;
}
</style>
border-color css
<style>
span { border-color: #FFCEA3; }
span { border-color: rgb(255,206,163); }
td.TdClassName
{
border-color: #FFCEA3;
}
.TagClassName
{
border-color: #FFCEA3;
}
</style>