Shades of Peach #FBCBA6
Tints of Peach #FBCBA6
RGB
CMYK
RGB Variations
Color information
#FBCBA6 (or 0xFBCBA6) is known color: Peach. HEX triplet: FB, CB and A6. RGB value is (251,203,166). Sum of RGB (Red+Green+Blue) = 251+203+166=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA6 is #043459. Grayscale: #D5D5D5. Windows color (decimal): -275546 or 10931195. OLE color: 10931195.
HSL color Cylindrical-coordinate representation of color #FBCBA6: hue angle of 26.12º 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 #FBCBA6 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 166 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.02 |
| HSL | 26.12º | 0.91% | 0.82% | - |
| HSV(B) | 26.12º | 0.34% | 0.98% | - |
| XYZ | 68.02 | 65.97 | 45.23 | - |
| YUV | 213.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 166 | 0 | 0.19 | 0.34 | 0.02 | 26.12 | 0.91 | 0.82 |
| Hex | FB | CB | A6 | 0 | 13 | 22 | 2 | 1A | 5B | 52 |
| Octal | 373 | 313 | 246 | 0 | 23 | 42 | 2 | 32 | 133 | 122 |
| Binary | 11111011 | 11001011 | 10100110 | 0 | 10011 | 100010 | 10 | 11010 | 1011011 | 1010010 |
Color Harmonies of #FBCBA6
Complementary color
Monochromatic Colors of #FBCBA6
Black with #FBCBA6
Text Example
Text Example
White with #FBCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBA6; }
p { color: rgb(251,203,166); }
H1.HeaderClassName
{
color: #FBCBA6;
}
.AnyTagClassName
{
color: #FBCBA6;
}
</style>
background-color css
<style>
a { background-color: #FBCBA6; }
a { background-color: rgb(251,203,166); }
div.DivClassName
{
background-color: #FBCBA6;
}
.BgClassName
{
background-color: #FBCBA6;
}
</style>
border-color css
<style>
span { border-color: #FBCBA6; }
span { border-color: rgb(251,203,166); }
td.TdClassName
{
border-color: #FBCBA6;
}
.TagClassName
{
border-color: #FBCBA6;
}
</style>