Shades of Peach #FBCCAA
Tints of Peach #FBCCAA
RGB
CMYK
RGB Variations
Color information
#FBCCAA (or 0xFBCCAA) is known color: Peach. HEX triplet: FB, CC and AA. RGB value is (251,204,170). Sum of RGB (Red+Green+Blue) = 251+204+170=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCAA is #043355. Grayscale: #D6D6D6. Windows color (decimal): -275286 or 11193595. OLE color: 11193595.
HSL color Cylindrical-coordinate representation of color #FBCCAA: hue angle of 25.19º 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 #FBCCAA is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 170 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.02 |
| HSL | 25.19º | 0.91% | 0.83% | - |
| HSV(B) | 25.19º | 0.32% | 0.98% | - |
| XYZ | 68.63 | 66.6 | 47.27 | - |
| YUV | 214.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 170 | 0 | 0.19 | 0.32 | 0.02 | 25.19 | 0.91 | 0.83 |
| Hex | FB | CC | AA | 0 | 13 | 20 | 2 | 19 | 5B | 53 |
| Octal | 373 | 314 | 252 | 0 | 23 | 40 | 2 | 31 | 133 | 123 |
| Binary | 11111011 | 11001100 | 10101010 | 0 | 10011 | 100000 | 10 | 11001 | 1011011 | 1010011 |
Color Harmonies of #FBCCAA
Complementary color
Monochromatic Colors of #FBCCAA
Black with #FBCCAA
Text Example
Text Example
White with #FBCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCAA; }
p { color: rgb(251,204,170); }
H1.HeaderClassName
{
color: #FBCCAA;
}
.AnyTagClassName
{
color: #FBCCAA;
}
</style>
background-color css
<style>
a { background-color: #FBCCAA; }
a { background-color: rgb(251,204,170); }
div.DivClassName
{
background-color: #FBCCAA;
}
.BgClassName
{
background-color: #FBCCAA;
}
</style>
border-color css
<style>
span { border-color: #FBCCAA; }
span { border-color: rgb(251,204,170); }
td.TdClassName
{
border-color: #FBCCAA;
}
.TagClassName
{
border-color: #FBCCAA;
}
</style>