Shades of Peach #FCCBA7
Tints of Peach #FCCBA7
RGB
CMYK
RGB Variations
Color information
#FCCBA7 (or 0xFCCBA7) is known color: Peach. HEX triplet: FC, CB and A7. RGB value is (252,203,167). Sum of RGB (Red+Green+Blue) = 252+203+167=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA7 is #033458. Grayscale: #D5D5D5. Windows color (decimal): -210009 or 10996732. OLE color: 10996732.
HSL color Cylindrical-coordinate representation of color #FCCBA7: hue angle of 25.41º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCCBA7 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 167 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.01 |
| HSL | 25.41º | 0.93% | 0.82% | - |
| HSV(B) | 25.41º | 0.34% | 0.99% | - |
| XYZ | 68.48 | 66.2 | 45.73 | - |
| YUV | 213.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 167 | 0 | 0.19 | 0.34 | 0.01 | 25.41 | 0.93 | 0.82 |
| Hex | FC | CB | A7 | 0 | 13 | 22 | 1 | 19 | 5D | 52 |
| Octal | 374 | 313 | 247 | 0 | 23 | 42 | 1 | 31 | 135 | 122 |
| Binary | 11111100 | 11001011 | 10100111 | 0 | 10011 | 100010 | 1 | 11001 | 1011101 | 1010010 |
Color Harmonies of #FCCBA7
Complementary color
Monochromatic Colors of #FCCBA7
Black with #FCCBA7
Text Example
Text Example
White with #FCCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA7; }
p { color: rgb(252,203,167); }
H1.HeaderClassName
{
color: #FCCBA7;
}
.AnyTagClassName
{
color: #FCCBA7;
}
</style>
background-color css
<style>
a { background-color: #FCCBA7; }
a { background-color: rgb(252,203,167); }
div.DivClassName
{
background-color: #FCCBA7;
}
.BgClassName
{
background-color: #FCCBA7;
}
</style>
border-color css
<style>
span { border-color: #FCCBA7; }
span { border-color: rgb(252,203,167); }
td.TdClassName
{
border-color: #FCCBA7;
}
.TagClassName
{
border-color: #FCCBA7;
}
</style>