Shades of Peach #FCCBA8
Tints of Peach #FCCBA8
RGB
CMYK
RGB Variations
Color information
#FCCBA8 (or 0xFCCBA8) is known color: Peach. HEX triplet: FC, CB and A8. RGB value is (252,203,168). Sum of RGB (Red+Green+Blue) = 252+203+168=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA8 is #033457. Grayscale: #D5D5D5. Windows color (decimal): -210008 or 11062268. OLE color: 11062268.
HSL color Cylindrical-coordinate representation of color #FCCBA8: hue angle of 25º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCCBA8 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 168 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.01 |
| HSL | 25º | 0.93% | 0.82% | - |
| HSV(B) | 25º | 0.33% | 0.99% | - |
| XYZ | 68.57 | 66.23 | 46.22 | - |
| YUV | 213.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 168 | 0 | 0.19 | 0.33 | 0.01 | 25 | 0.93 | 0.82 |
| Hex | FC | CB | A8 | 0 | 13 | 21 | 1 | 19 | 5D | 52 |
| Octal | 374 | 313 | 250 | 0 | 23 | 41 | 1 | 31 | 135 | 122 |
| Binary | 11111100 | 11001011 | 10101000 | 0 | 10011 | 100001 | 1 | 11001 | 1011101 | 1010010 |
Color Harmonies of #FCCBA8
Complementary color
Monochromatic Colors of #FCCBA8
Black with #FCCBA8
Text Example
Text Example
White with #FCCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA8; }
p { color: rgb(252,203,168); }
H1.HeaderClassName
{
color: #FCCBA8;
}
.AnyTagClassName
{
color: #FCCBA8;
}
</style>
background-color css
<style>
a { background-color: #FCCBA8; }
a { background-color: rgb(252,203,168); }
div.DivClassName
{
background-color: #FCCBA8;
}
.BgClassName
{
background-color: #FCCBA8;
}
</style>
border-color css
<style>
span { border-color: #FCCBA8; }
span { border-color: rgb(252,203,168); }
td.TdClassName
{
border-color: #FCCBA8;
}
.TagClassName
{
border-color: #FCCBA8;
}
</style>