Shades of Peach #FBC8AA
Tints of Peach #FBC8AA
RGB
CMYK
RGB Variations
Color information
#FBC8AA (or 0xFBC8AA) is known color: Peach. HEX triplet: FB, C8 and AA. RGB value is (251,200,170). Sum of RGB (Red+Green+Blue) = 251+200+170=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AA is #043755. Grayscale: #D4D4D4. Windows color (decimal): -276310 or 11192571. OLE color: 11192571.
HSL color Cylindrical-coordinate representation of color #FBC8AA: hue angle of 22.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBC8AA is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 170 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.02 |
| HSL | 22.22º | 0.91% | 0.83% | - |
| HSV(B) | 22.22º | 0.32% | 0.98% | - |
| XYZ | 67.69 | 64.72 | 46.95 | - |
| YUV | 211.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 170 | 0 | 0.20 | 0.32 | 0.02 | 22.22 | 0.91 | 0.83 |
| Hex | FB | C8 | AA | 0 | 14 | 20 | 2 | 16 | 5B | 53 |
| Octal | 373 | 310 | 252 | 0 | 24 | 40 | 2 | 26 | 133 | 123 |
| Binary | 11111011 | 11001000 | 10101010 | 0 | 10100 | 100000 | 10 | 10110 | 1011011 | 1010011 |
Color Harmonies of #FBC8AA
Complementary color
Monochromatic Colors of #FBC8AA
Black with #FBC8AA
Text Example
Text Example
White with #FBC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8AA; }
p { color: rgb(251,200,170); }
H1.HeaderClassName
{
color: #FBC8AA;
}
.AnyTagClassName
{
color: #FBC8AA;
}
</style>
background-color css
<style>
a { background-color: #FBC8AA; }
a { background-color: rgb(251,200,170); }
div.DivClassName
{
background-color: #FBC8AA;
}
.BgClassName
{
background-color: #FBC8AA;
}
</style>
border-color css
<style>
span { border-color: #FBC8AA; }
span { border-color: rgb(251,200,170); }
td.TdClassName
{
border-color: #FBC8AA;
}
.TagClassName
{
border-color: #FBC8AA;
}
</style>