Shades of Peach #FBCBA5
Tints of Peach #FBCBA5
RGB
CMYK
RGB Variations
Color information
#FBCBA5 (or 0xFBCBA5) is known color: Peach. HEX triplet: FB, CB and A5. RGB value is (251,203,165). Sum of RGB (Red+Green+Blue) = 251+203+165=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA5 is #04345A. Grayscale: #D5D5D5. Windows color (decimal): -275547 or 10865659. OLE color: 10865659.
HSL color Cylindrical-coordinate representation of color #FBCBA5: hue angle of 26.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBCBA5 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 165 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.02 |
| HSL | 26.51º | 0.91% | 0.82% | - |
| HSV(B) | 26.51º | 0.34% | 0.98% | - |
| XYZ | 67.93 | 65.94 | 44.74 | - |
| YUV | 213.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 165 | 0 | 0.19 | 0.34 | 0.02 | 26.51 | 0.91 | 0.82 |
| Hex | FB | CB | A5 | 0 | 13 | 22 | 2 | 1B | 5B | 52 |
| Octal | 373 | 313 | 245 | 0 | 23 | 42 | 2 | 33 | 133 | 122 |
| Binary | 11111011 | 11001011 | 10100101 | 0 | 10011 | 100010 | 10 | 11011 | 1011011 | 1010010 |
Color Harmonies of #FBCBA5
Complementary color
Monochromatic Colors of #FBCBA5
Black with #FBCBA5
Text Example
Text Example
White with #FBCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBA5; }
p { color: rgb(251,203,165); }
H1.HeaderClassName
{
color: #FBCBA5;
}
.AnyTagClassName
{
color: #FBCBA5;
}
</style>
background-color css
<style>
a { background-color: #FBCBA5; }
a { background-color: rgb(251,203,165); }
div.DivClassName
{
background-color: #FBCBA5;
}
.BgClassName
{
background-color: #FBCBA5;
}
</style>
border-color css
<style>
span { border-color: #FBCBA5; }
span { border-color: rgb(251,203,165); }
td.TdClassName
{
border-color: #FBCBA5;
}
.TagClassName
{
border-color: #FBCBA5;
}
</style>