Shades of Peach #FFCEA7
Tints of Peach #FFCEA7
RGB
CMYK
RGB Variations
Color information
#FFCEA7 (or 0xFFCEA7) is known color: Peach. HEX triplet: FF, CE and A7. RGB value is (255,206,167). Sum of RGB (Red+Green+Blue) = 255+206+167=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA7 is #003158. Grayscale: #D8D8D8. Windows color (decimal): -12633 or 10997503. OLE color: 10997503.
HSL color Cylindrical-coordinate representation of color #FFCEA7: hue angle of 26.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCEA7 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 167 | - |
| CMYK | 0 | 0.19 | 0.35 | 0 |
| HSL | 26.59º | 1% | 0.83% | - |
| HSV(B) | 26.59º | 0.35% | 1% | - |
| XYZ | 70.29 | 68.19 | 46.02 | - |
| YUV | 216.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 167 | 0 | 0.19 | 0.35 | 0 | 26.59 | 1 | 0.83 |
| Hex | FF | CE | A7 | 0 | 13 | 23 | 0 | 1B | 64 | 53 |
| Octal | 377 | 316 | 247 | 0 | 23 | 43 | 0 | 33 | 144 | 123 |
| Binary | 11111111 | 11001110 | 10100111 | 0 | 10011 | 100011 | 0 | 11011 | 1100100 | 1010011 |
Color Harmonies of #FFCEA7
Complementary color
Monochromatic Colors of #FFCEA7
Black with #FFCEA7
Text Example
Text Example
White with #FFCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA7; }
p { color: rgb(255,206,167); }
H1.HeaderClassName
{
color: #FFCEA7;
}
.AnyTagClassName
{
color: #FFCEA7;
}
</style>
background-color css
<style>
a { background-color: #FFCEA7; }
a { background-color: rgb(255,206,167); }
div.DivClassName
{
background-color: #FFCEA7;
}
.BgClassName
{
background-color: #FFCEA7;
}
</style>
border-color css
<style>
span { border-color: #FFCEA7; }
span { border-color: rgb(255,206,167); }
td.TdClassName
{
border-color: #FFCEA7;
}
.TagClassName
{
border-color: #FFCEA7;
}
</style>