Shades of Peach #FFCEA5
Tints of Peach #FFCEA5
RGB
CMYK
RGB Variations
Color information
#FFCEA5 (or 0xFFCEA5) is known color: Peach. HEX triplet: FF, CE and A5. RGB value is (255,206,165). Sum of RGB (Red+Green+Blue) = 255+206+165=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA5 is #00315A. Grayscale: #D8D8D8. Windows color (decimal): -12635 or 10866431. OLE color: 10866431.
HSL color Cylindrical-coordinate representation of color #FFCEA5: hue angle of 27.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCEA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 165 | - |
| CMYK | 0 | 0.19 | 0.35 | 0 |
| HSL | 27.33º | 1% | 0.82% | - |
| HSV(B) | 27.33º | 0.35% | 1% | - |
| XYZ | 70.1 | 68.12 | 45.05 | - |
| YUV | 215.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 165 | 0 | 0.19 | 0.35 | 0 | 27.33 | 1 | 0.82 |
| Hex | FF | CE | A5 | 0 | 13 | 23 | 0 | 1B | 64 | 52 |
| Octal | 377 | 316 | 245 | 0 | 23 | 43 | 0 | 33 | 144 | 122 |
| Binary | 11111111 | 11001110 | 10100101 | 0 | 10011 | 100011 | 0 | 11011 | 1100100 | 1010010 |
Color Harmonies of #FFCEA5
Complementary color
Monochromatic Colors of #FFCEA5
Black with #FFCEA5
Text Example
Text Example
White with #FFCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA5; }
p { color: rgb(255,206,165); }
H1.HeaderClassName
{
color: #FFCEA5;
}
.AnyTagClassName
{
color: #FFCEA5;
}
</style>
background-color css
<style>
a { background-color: #FFCEA5; }
a { background-color: rgb(255,206,165); }
div.DivClassName
{
background-color: #FFCEA5;
}
.BgClassName
{
background-color: #FFCEA5;
}
</style>
border-color css
<style>
span { border-color: #FFCEA5; }
span { border-color: rgb(255,206,165); }
td.TdClassName
{
border-color: #FFCEA5;
}
.TagClassName
{
border-color: #FFCEA5;
}
</style>