Shades of Peach #FBC3A8
Tints of Peach #FBC3A8
RGB
CMYK
RGB Variations
Color information
#FBC3A8 (or 0xFBC3A8) is known color: Peach. HEX triplet: FB, C3 and A8. RGB value is (251,195,168). Sum of RGB (Red+Green+Blue) = 251+195+168=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3A8 is #043C57. Grayscale: #D0D0D0. Windows color (decimal): -277592 or 11060219. OLE color: 11060219.
HSL color Cylindrical-coordinate representation of color #FBC3A8: hue angle of 19.52º 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 #FBC3A8 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 168 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.02 |
| HSL | 19.52º | 0.91% | 0.82% | - |
| HSV(B) | 19.52º | 0.33% | 0.98% | - |
| XYZ | 66.37 | 62.37 | 45.59 | - |
| YUV | 208.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 168 | 0 | 0.22 | 0.33 | 0.02 | 19.52 | 0.91 | 0.82 |
| Hex | FB | C3 | A8 | 0 | 16 | 21 | 2 | 14 | 5B | 52 |
| Octal | 373 | 303 | 250 | 0 | 26 | 41 | 2 | 24 | 133 | 122 |
| Binary | 11111011 | 11000011 | 10101000 | 0 | 10110 | 100001 | 10 | 10100 | 1011011 | 1010010 |
Color Harmonies of #FBC3A8
Complementary color
Monochromatic Colors of #FBC3A8
Black with #FBC3A8
Text Example
Text Example
White with #FBC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3A8; }
p { color: rgb(251,195,168); }
H1.HeaderClassName
{
color: #FBC3A8;
}
.AnyTagClassName
{
color: #FBC3A8;
}
</style>
background-color css
<style>
a { background-color: #FBC3A8; }
a { background-color: rgb(251,195,168); }
div.DivClassName
{
background-color: #FBC3A8;
}
.BgClassName
{
background-color: #FBC3A8;
}
</style>
border-color css
<style>
span { border-color: #FBC3A8; }
span { border-color: rgb(251,195,168); }
td.TdClassName
{
border-color: #FBC3A8;
}
.TagClassName
{
border-color: #FBC3A8;
}
</style>