Shades of Peach #FBCBA8
Tints of Peach #FBCBA8
RGB
CMYK
RGB Variations
Color information
#FBCBA8 (or 0xFBCBA8) is known color: Peach. HEX triplet: FB, CB and A8. RGB value is (251,203,168). Sum of RGB (Red+Green+Blue) = 251+203+168=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBA8 is #043457. Grayscale: #D5D5D5. Windows color (decimal): -275544 or 11062267. OLE color: 11062267.
HSL color Cylindrical-coordinate representation of color #FBCBA8: hue angle of 25.3º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBCBA8 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 168 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.02 |
| HSL | 25.3º | 0.91% | 0.82% | - |
| HSV(B) | 25.3º | 0.33% | 0.98% | - |
| XYZ | 68.21 | 66.05 | 46.2 | - |
| YUV | 213.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 168 | 0 | 0.19 | 0.33 | 0.02 | 25.3 | 0.91 | 0.82 |
| Hex | FB | CB | A8 | 0 | 13 | 21 | 2 | 19 | 5B | 52 |
| Octal | 373 | 313 | 250 | 0 | 23 | 41 | 2 | 31 | 133 | 122 |
| Binary | 11111011 | 11001011 | 10101000 | 0 | 10011 | 100001 | 10 | 11001 | 1011011 | 1010010 |
Color Harmonies of #FBCBA8
Complementary color
Monochromatic Colors of #FBCBA8
Black with #FBCBA8
Text Example
Text Example
White with #FBCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBA8; }
p { color: rgb(251,203,168); }
H1.HeaderClassName
{
color: #FBCBA8;
}
.AnyTagClassName
{
color: #FBCBA8;
}
</style>
background-color css
<style>
a { background-color: #FBCBA8; }
a { background-color: rgb(251,203,168); }
div.DivClassName
{
background-color: #FBCBA8;
}
.BgClassName
{
background-color: #FBCBA8;
}
</style>
border-color css
<style>
span { border-color: #FBCBA8; }
span { border-color: rgb(251,203,168); }
td.TdClassName
{
border-color: #FBCBA8;
}
.TagClassName
{
border-color: #FBCBA8;
}
</style>