Shades of Peach #FBC7A5
Tints of Peach #FBC7A5
RGB
CMYK
RGB Variations
Color information
#FBC7A5 (or 0xFBC7A5) is known color: Peach. HEX triplet: FB, C7 and A5. RGB value is (251,199,165). Sum of RGB (Red+Green+Blue) = 251+199+165=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7A5 is #04385A. Grayscale: #D2D2D2. Windows color (decimal): -276571 or 10864635. OLE color: 10864635.
HSL color Cylindrical-coordinate representation of color #FBC7A5: hue angle of 23.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBC7A5 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 165 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.02 |
| HSL | 23.72º | 0.91% | 0.82% | - |
| HSV(B) | 23.72º | 0.34% | 0.98% | - |
| XYZ | 67 | 64.07 | 44.43 | - |
| YUV | 210.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 165 | 0 | 0.21 | 0.34 | 0.02 | 23.72 | 0.91 | 0.82 |
| Hex | FB | C7 | A5 | 0 | 15 | 22 | 2 | 18 | 5B | 52 |
| Octal | 373 | 307 | 245 | 0 | 25 | 42 | 2 | 30 | 133 | 122 |
| Binary | 11111011 | 11000111 | 10100101 | 0 | 10101 | 100010 | 10 | 11000 | 1011011 | 1010010 |
Color Harmonies of #FBC7A5
Complementary color
Monochromatic Colors of #FBC7A5
Black with #FBC7A5
Text Example
Text Example
White with #FBC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7A5; }
p { color: rgb(251,199,165); }
H1.HeaderClassName
{
color: #FBC7A5;
}
.AnyTagClassName
{
color: #FBC7A5;
}
</style>
background-color css
<style>
a { background-color: #FBC7A5; }
a { background-color: rgb(251,199,165); }
div.DivClassName
{
background-color: #FBC7A5;
}
.BgClassName
{
background-color: #FBC7A5;
}
</style>
border-color css
<style>
span { border-color: #FBC7A5; }
span { border-color: rgb(251,199,165); }
td.TdClassName
{
border-color: #FBC7A5;
}
.TagClassName
{
border-color: #FBC7A5;
}
</style>