Shades of Peach #FBCBA1
Tints of Peach #FBCBA1
RGB
CMYK
RGB Variations
Color information
#FBCBA1 (or 0xFBCBA1) is known color: Peach. HEX triplet: FB, CB and A1. RGB value is (251,203,161). Sum of RGB (Red+Green+Blue) = 251+203+161=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA1 is #04345E. Grayscale: #D4D4D4. Windows color (decimal): -275551 or 10603515. OLE color: 10603515.
HSL color Cylindrical-coordinate representation of color #FBCBA1: hue angle of 28º 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 #FBCBA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 161 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.02 |
| HSL | 28º | 0.92% | 0.81% | - |
| HSV(B) | 28º | 0.36% | 0.98% | - |
| XYZ | 67.57 | 65.79 | 42.86 | - |
| YUV | 212.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 161 | 0 | 0.19 | 0.36 | 0.02 | 28 | 0.92 | 0.81 |
| Hex | FB | CB | A1 | 0 | 13 | 24 | 2 | 1C | 5C | 51 |
| Octal | 373 | 313 | 241 | 0 | 23 | 44 | 2 | 34 | 134 | 121 |
| Binary | 11111011 | 11001011 | 10100001 | 0 | 10011 | 100100 | 10 | 11100 | 1011100 | 1010001 |
Color Harmonies of #FBCBA1
Complementary color
Monochromatic Colors of #FBCBA1
Black with #FBCBA1
Text Example
Text Example
White with #FBCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBA1; }
p { color: rgb(251,203,161); }
H1.HeaderClassName
{
color: #FBCBA1;
}
.AnyTagClassName
{
color: #FBCBA1;
}
</style>
background-color css
<style>
a { background-color: #FBCBA1; }
a { background-color: rgb(251,203,161); }
div.DivClassName
{
background-color: #FBCBA1;
}
.BgClassName
{
background-color: #FBCBA1;
}
</style>
border-color css
<style>
span { border-color: #FBCBA1; }
span { border-color: rgb(251,203,161); }
td.TdClassName
{
border-color: #FBCBA1;
}
.TagClassName
{
border-color: #FBCBA1;
}
</style>