Shades of Peach #FFCBA7
Tints of Peach #FFCBA7
RGB
CMYK
RGB Variations
Color information
#FFCBA7 (or 0xFFCBA7) is known color: Peach. HEX triplet: FF, CB and A7. RGB value is (255,203,167). Sum of RGB (Red+Green+Blue) = 255+203+167=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBA7 is #003458. Grayscale: #D6D6D6. Windows color (decimal): -13401 or 10996735. OLE color: 10996735.
HSL color Cylindrical-coordinate representation of color #FFCBA7: hue angle of 24.55º 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 #FFCBA7 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 167 | - |
| CMYK | 0 | 0.20 | 0.35 | 0 |
| HSL | 24.55º | 1% | 0.83% | - |
| HSV(B) | 24.55º | 0.35% | 1% | - |
| XYZ | 69.57 | 66.76 | 45.78 | - |
| YUV | 214.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 167 | 0 | 0.20 | 0.35 | 0 | 24.55 | 1 | 0.83 |
| Hex | FF | CB | A7 | 0 | 14 | 23 | 0 | 19 | 64 | 53 |
| Octal | 377 | 313 | 247 | 0 | 24 | 43 | 0 | 31 | 144 | 123 |
| Binary | 11111111 | 11001011 | 10100111 | 0 | 10100 | 100011 | 0 | 11001 | 1100100 | 1010011 |
Color Harmonies of #FFCBA7
Complementary color
Monochromatic Colors of #FFCBA7
Black with #FFCBA7
Text Example
Text Example
White with #FFCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBA7; }
p { color: rgb(255,203,167); }
H1.HeaderClassName
{
color: #FFCBA7;
}
.AnyTagClassName
{
color: #FFCBA7;
}
</style>
background-color css
<style>
a { background-color: #FFCBA7; }
a { background-color: rgb(255,203,167); }
div.DivClassName
{
background-color: #FFCBA7;
}
.BgClassName
{
background-color: #FFCBA7;
}
</style>
border-color css
<style>
span { border-color: #FFCBA7; }
span { border-color: rgb(255,203,167); }
td.TdClassName
{
border-color: #FFCBA7;
}
.TagClassName
{
border-color: #FFCBA7;
}
</style>