Shades of Peach #FBC9A2
Tints of Peach #FBC9A2
RGB
CMYK
RGB Variations
Color information
#FBC9A2 (or 0xFBC9A2) is known color: Peach. HEX triplet: FB, C9 and A2. RGB value is (251,201,162). Sum of RGB (Red+Green+Blue) = 251+201+162=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9A2 is #04365D. Grayscale: #D3D3D3. Windows color (decimal): -276062 or 10668539. OLE color: 10668539.
HSL color Cylindrical-coordinate representation of color #FBC9A2: hue angle of 26.29º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBC9A2 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 162 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.02 |
| HSL | 26.29º | 0.92% | 0.81% | - |
| HSV(B) | 26.29º | 0.35% | 0.98% | - |
| XYZ | 67.19 | 64.89 | 43.17 | - |
| YUV | 211.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 162 | 0 | 0.20 | 0.35 | 0.02 | 26.29 | 0.92 | 0.81 |
| Hex | FB | C9 | A2 | 0 | 14 | 23 | 2 | 1A | 5C | 51 |
| Octal | 373 | 311 | 242 | 0 | 24 | 43 | 2 | 32 | 134 | 121 |
| Binary | 11111011 | 11001001 | 10100010 | 0 | 10100 | 100011 | 10 | 11010 | 1011100 | 1010001 |
Color Harmonies of #FBC9A2
Complementary color
Monochromatic Colors of #FBC9A2
Black with #FBC9A2
Text Example
Text Example
White with #FBC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9A2; }
p { color: rgb(251,201,162); }
H1.HeaderClassName
{
color: #FBC9A2;
}
.AnyTagClassName
{
color: #FBC9A2;
}
</style>
background-color css
<style>
a { background-color: #FBC9A2; }
a { background-color: rgb(251,201,162); }
div.DivClassName
{
background-color: #FBC9A2;
}
.BgClassName
{
background-color: #FBC9A2;
}
</style>
border-color css
<style>
span { border-color: #FBC9A2; }
span { border-color: rgb(251,201,162); }
td.TdClassName
{
border-color: #FBC9A2;
}
.TagClassName
{
border-color: #FBC9A2;
}
</style>