Shades of Peach #FFCEA4
Tints of Peach #FFCEA4
RGB
CMYK
RGB Variations
Color information
#FFCEA4 (or 0xFFCEA4) is known color: Peach. HEX triplet: FF, CE and A4. RGB value is (255,206,164). Sum of RGB (Red+Green+Blue) = 255+206+164=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA4 is #00315B. Grayscale: #D8D8D8. Windows color (decimal): -12636 or 10800895. OLE color: 10800895.
HSL color Cylindrical-coordinate representation of color #FFCEA4: hue angle of 27.69º 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 #FFCEA4 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 164 | - |
| CMYK | 0 | 0.19 | 0.36 | 0 |
| HSL | 27.69º | 1% | 0.82% | - |
| HSV(B) | 27.69º | 0.36% | 1% | - |
| XYZ | 70.01 | 68.08 | 44.57 | - |
| YUV | 215.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 164 | 0 | 0.19 | 0.36 | 0 | 27.69 | 1 | 0.82 |
| Hex | FF | CE | A4 | 0 | 13 | 24 | 0 | 1C | 64 | 52 |
| Octal | 377 | 316 | 244 | 0 | 23 | 44 | 0 | 34 | 144 | 122 |
| Binary | 11111111 | 11001110 | 10100100 | 0 | 10011 | 100100 | 0 | 11100 | 1100100 | 1010010 |
Color Harmonies of #FFCEA4
Complementary color
Monochromatic Colors of #FFCEA4
Black with #FFCEA4
Text Example
Text Example
White with #FFCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA4; }
p { color: rgb(255,206,164); }
H1.HeaderClassName
{
color: #FFCEA4;
}
.AnyTagClassName
{
color: #FFCEA4;
}
</style>
background-color css
<style>
a { background-color: #FFCEA4; }
a { background-color: rgb(255,206,164); }
div.DivClassName
{
background-color: #FFCEA4;
}
.BgClassName
{
background-color: #FFCEA4;
}
</style>
border-color css
<style>
span { border-color: #FFCEA4; }
span { border-color: rgb(255,206,164); }
td.TdClassName
{
border-color: #FFCEA4;
}
.TagClassName
{
border-color: #FFCEA4;
}
</style>