Shades of Peach #FFCBA5
Tints of Peach #FFCBA5
RGB
CMYK
RGB Variations
Color information
#FFCBA5 (or 0xFFCBA5) is known color: Peach. HEX triplet: FF, CB and A5. RGB value is (255,203,165). Sum of RGB (Red+Green+Blue) = 255+203+165=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBA5 is #00345A. Grayscale: #D6D6D6. Windows color (decimal): -13403 or 10865663. OLE color: 10865663.
HSL color Cylindrical-coordinate representation of color #FFCBA5: hue angle of 25.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 #FFCBA5 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 165 | - |
| CMYK | 0 | 0.20 | 0.35 | 0 |
| HSL | 25.33º | 1% | 0.82% | - |
| HSV(B) | 25.33º | 0.35% | 1% | - |
| XYZ | 69.39 | 66.69 | 44.81 | - |
| YUV | 214.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 165 | 0 | 0.20 | 0.35 | 0 | 25.33 | 1 | 0.82 |
| Hex | FF | CB | A5 | 0 | 14 | 23 | 0 | 19 | 64 | 52 |
| Octal | 377 | 313 | 245 | 0 | 24 | 43 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001011 | 10100101 | 0 | 10100 | 100011 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFCBA5
Complementary color
Monochromatic Colors of #FFCBA5
Black with #FFCBA5
Text Example
Text Example
White with #FFCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBA5; }
p { color: rgb(255,203,165); }
H1.HeaderClassName
{
color: #FFCBA5;
}
.AnyTagClassName
{
color: #FFCBA5;
}
</style>
background-color css
<style>
a { background-color: #FFCBA5; }
a { background-color: rgb(255,203,165); }
div.DivClassName
{
background-color: #FFCBA5;
}
.BgClassName
{
background-color: #FFCBA5;
}
</style>
border-color css
<style>
span { border-color: #FFCBA5; }
span { border-color: rgb(255,203,165); }
td.TdClassName
{
border-color: #FFCBA5;
}
.TagClassName
{
border-color: #FFCBA5;
}
</style>