Shades of Peach #FFCEA6
Tints of Peach #FFCEA6
RGB
CMYK
RGB Variations
Color information
#FFCEA6 (or 0xFFCEA6) is known color: Peach. HEX triplet: FF, CE and A6. RGB value is (255,206,166). Sum of RGB (Red+Green+Blue) = 255+206+166=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEA6 is #003159. Grayscale: #D8D8D8. Windows color (decimal): -12634 or 10931967. OLE color: 10931967.
HSL color Cylindrical-coordinate representation of color #FFCEA6: hue angle of 26.97º 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 #FFCEA6 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 166 | - |
| CMYK | 0 | 0.19 | 0.35 | 0 |
| HSL | 26.97º | 1% | 0.83% | - |
| HSV(B) | 26.97º | 0.35% | 1% | - |
| XYZ | 70.19 | 68.16 | 45.53 | - |
| YUV | 216.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 166 | 0 | 0.19 | 0.35 | 0 | 26.97 | 1 | 0.83 |
| Hex | FF | CE | A6 | 0 | 13 | 23 | 0 | 1B | 64 | 53 |
| Octal | 377 | 316 | 246 | 0 | 23 | 43 | 0 | 33 | 144 | 123 |
| Binary | 11111111 | 11001110 | 10100110 | 0 | 10011 | 100011 | 0 | 11011 | 1100100 | 1010011 |
Color Harmonies of #FFCEA6
Complementary color
Monochromatic Colors of #FFCEA6
Black with #FFCEA6
Text Example
Text Example
White with #FFCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEA6; }
p { color: rgb(255,206,166); }
H1.HeaderClassName
{
color: #FFCEA6;
}
.AnyTagClassName
{
color: #FFCEA6;
}
</style>
background-color css
<style>
a { background-color: #FFCEA6; }
a { background-color: rgb(255,206,166); }
div.DivClassName
{
background-color: #FFCEA6;
}
.BgClassName
{
background-color: #FFCEA6;
}
</style>
border-color css
<style>
span { border-color: #FFCEA6; }
span { border-color: rgb(255,206,166); }
td.TdClassName
{
border-color: #FFCEA6;
}
.TagClassName
{
border-color: #FFCEA6;
}
</style>