Shades of Peach #FCCBA4
Tints of Peach #FCCBA4
RGB
CMYK
RGB Variations
Color information
#FCCBA4 (or 0xFCCBA4) is known color: Peach. HEX triplet: FC, CB and A4. RGB value is (252,203,164). Sum of RGB (Red+Green+Blue) = 252+203+164=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA4 is #03345B. Grayscale: #D5D5D5. Windows color (decimal): -210012 or 10800124. OLE color: 10800124.
HSL color Cylindrical-coordinate representation of color #FCCBA4: hue angle of 26.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCBA4 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 164 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 26.59º | 0.94% | 0.82% | - |
| HSV(B) | 26.59º | 0.35% | 0.99% | - |
| XYZ | 68.2 | 66.09 | 44.28 | - |
| YUV | 213.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 164 | 0 | 0.19 | 0.35 | 0.01 | 26.59 | 0.94 | 0.82 |
| Hex | FC | CB | A4 | 0 | 13 | 23 | 1 | 1B | 5E | 52 |
| Octal | 374 | 313 | 244 | 0 | 23 | 43 | 1 | 33 | 136 | 122 |
| Binary | 11111100 | 11001011 | 10100100 | 0 | 10011 | 100011 | 1 | 11011 | 1011110 | 1010010 |
Color Harmonies of #FCCBA4
Complementary color
Monochromatic Colors of #FCCBA4
Black with #FCCBA4
Text Example
Text Example
White with #FCCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA4; }
p { color: rgb(252,203,164); }
H1.HeaderClassName
{
color: #FCCBA4;
}
.AnyTagClassName
{
color: #FCCBA4;
}
</style>
background-color css
<style>
a { background-color: #FCCBA4; }
a { background-color: rgb(252,203,164); }
div.DivClassName
{
background-color: #FCCBA4;
}
.BgClassName
{
background-color: #FCCBA4;
}
</style>
border-color css
<style>
span { border-color: #FCCBA4; }
span { border-color: rgb(252,203,164); }
td.TdClassName
{
border-color: #FCCBA4;
}
.TagClassName
{
border-color: #FCCBA4;
}
</style>