Shades of Peach #FBC6AA
Tints of Peach #FBC6AA
RGB
CMYK
RGB Variations
Color information
#FBC6AA (or 0xFBC6AA) is known color: Peach. HEX triplet: FB, C6 and AA. RGB value is (251,198,170). Sum of RGB (Red+Green+Blue) = 251+198+170=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6AA is #043955. Grayscale: #D2D2D2. Windows color (decimal): -276822 or 11192059. OLE color: 11192059.
HSL color Cylindrical-coordinate representation of color #FBC6AA: hue angle of 20.74º 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 #FBC6AA is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 170 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.02 |
| HSL | 20.74º | 0.91% | 0.83% | - |
| HSV(B) | 20.74º | 0.32% | 0.98% | - |
| XYZ | 67.23 | 63.8 | 46.8 | - |
| YUV | 210.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 170 | 0 | 0.21 | 0.32 | 0.02 | 20.74 | 0.91 | 0.83 |
| Hex | FB | C6 | AA | 0 | 15 | 20 | 2 | 15 | 5B | 53 |
| Octal | 373 | 306 | 252 | 0 | 25 | 40 | 2 | 25 | 133 | 123 |
| Binary | 11111011 | 11000110 | 10101010 | 0 | 10101 | 100000 | 10 | 10101 | 1011011 | 1010011 |
Color Harmonies of #FBC6AA
Complementary color
Monochromatic Colors of #FBC6AA
Black with #FBC6AA
Text Example
Text Example
White with #FBC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6AA; }
p { color: rgb(251,198,170); }
H1.HeaderClassName
{
color: #FBC6AA;
}
.AnyTagClassName
{
color: #FBC6AA;
}
</style>
background-color css
<style>
a { background-color: #FBC6AA; }
a { background-color: rgb(251,198,170); }
div.DivClassName
{
background-color: #FBC6AA;
}
.BgClassName
{
background-color: #FBC6AA;
}
</style>
border-color css
<style>
span { border-color: #FBC6AA; }
span { border-color: rgb(251,198,170); }
td.TdClassName
{
border-color: #FBC6AA;
}
.TagClassName
{
border-color: #FBC6AA;
}
</style>