Shades of Peach #FBC8A9
Tints of Peach #FBC8A9
RGB
CMYK
RGB Variations
Color information
#FBC8A9 (or 0xFBC8A9) is known color: Peach. HEX triplet: FB, C8 and A9. RGB value is (251,200,169). Sum of RGB (Red+Green+Blue) = 251+200+169=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8A9 is #043756. Grayscale: #D3D3D3. Windows color (decimal): -276311 or 11127035. OLE color: 11127035.
HSL color Cylindrical-coordinate representation of color #FBC8A9: hue angle of 22.68º 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 #FBC8A9 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 169 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.02 |
| HSL | 22.68º | 0.91% | 0.82% | - |
| HSV(B) | 22.68º | 0.33% | 0.98% | - |
| XYZ | 67.6 | 64.68 | 46.46 | - |
| YUV | 211.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 169 | 0 | 0.20 | 0.33 | 0.02 | 22.68 | 0.91 | 0.82 |
| Hex | FB | C8 | A9 | 0 | 14 | 21 | 2 | 17 | 5B | 52 |
| Octal | 373 | 310 | 251 | 0 | 24 | 41 | 2 | 27 | 133 | 122 |
| Binary | 11111011 | 11001000 | 10101001 | 0 | 10100 | 100001 | 10 | 10111 | 1011011 | 1010010 |
Color Harmonies of #FBC8A9
Complementary color
Monochromatic Colors of #FBC8A9
Black with #FBC8A9
Text Example
Text Example
White with #FBC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8A9; }
p { color: rgb(251,200,169); }
H1.HeaderClassName
{
color: #FBC8A9;
}
.AnyTagClassName
{
color: #FBC8A9;
}
</style>
background-color css
<style>
a { background-color: #FBC8A9; }
a { background-color: rgb(251,200,169); }
div.DivClassName
{
background-color: #FBC8A9;
}
.BgClassName
{
background-color: #FBC8A9;
}
</style>
border-color css
<style>
span { border-color: #FBC8A9; }
span { border-color: rgb(251,200,169); }
td.TdClassName
{
border-color: #FBC8A9;
}
.TagClassName
{
border-color: #FBC8A9;
}
</style>