Shades of Peach #FBCBA0
Tints of Peach #FBCBA0
RGB
CMYK
RGB Variations
Color information
#FBCBA0 (or 0xFBCBA0) is known color: Peach. HEX triplet: FB, CB and A0. RGB value is (251,203,160). Sum of RGB (Red+Green+Blue) = 251+203+160=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA0 is #04345F. Grayscale: #D4D4D4. Windows color (decimal): -275552 or 10537979. OLE color: 10537979.
HSL color Cylindrical-coordinate representation of color #FBCBA0: hue angle of 28.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBCBA0 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 160 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.02 |
| HSL | 28.35º | 0.92% | 0.81% | - |
| HSV(B) | 28.35º | 0.36% | 0.98% | - |
| XYZ | 67.48 | 65.76 | 42.39 | - |
| YUV | 212.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 160 | 0 | 0.19 | 0.36 | 0.02 | 28.35 | 0.92 | 0.81 |
| Hex | FB | CB | A0 | 0 | 13 | 24 | 2 | 1C | 5C | 51 |
| Octal | 373 | 313 | 240 | 0 | 23 | 44 | 2 | 34 | 134 | 121 |
| Binary | 11111011 | 11001011 | 10100000 | 0 | 10011 | 100100 | 10 | 11100 | 1011100 | 1010001 |
Color Harmonies of #FBCBA0
Complementary color
Monochromatic Colors of #FBCBA0
Black with #FBCBA0
Text Example
Text Example
White with #FBCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBA0; }
p { color: rgb(251,203,160); }
H1.HeaderClassName
{
color: #FBCBA0;
}
.AnyTagClassName
{
color: #FBCBA0;
}
</style>
background-color css
<style>
a { background-color: #FBCBA0; }
a { background-color: rgb(251,203,160); }
div.DivClassName
{
background-color: #FBCBA0;
}
.BgClassName
{
background-color: #FBCBA0;
}
</style>
border-color css
<style>
span { border-color: #FBCBA0; }
span { border-color: rgb(251,203,160); }
td.TdClassName
{
border-color: #FBCBA0;
}
.TagClassName
{
border-color: #FBCBA0;
}
</style>