Shades of Peach-Orange #FCCB9E
Tints of Peach-Orange #FCCB9E
RGB
CMYK
RGB Variations
Color information
#FCCB9E (or 0xFCCB9E) is known color: Peach-Orange. HEX triplet: FC, CB and 9E. RGB value is (252,203,158). Sum of RGB (Red+Green+Blue) = 252+203+158=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9E is #033461. Grayscale: #D4D4D4. Windows color (decimal): -210018 or 10406908. OLE color: 10406908.
HSL color Cylindrical-coordinate representation of color #FCCB9E: hue angle of 28.72º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCB9E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 158 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 28.72º | 0.94% | 0.8% | - |
| HSV(B) | 28.72º | 0.37% | 0.99% | - |
| XYZ | 67.67 | 65.88 | 41.5 | - |
| YUV | 212.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 158 | 0 | 0.19 | 0.37 | 0.01 | 28.72 | 0.94 | 0.8 |
| Hex | FC | CB | 9E | 0 | 13 | 25 | 1 | 1D | 5E | 50 |
| Octal | 374 | 313 | 236 | 0 | 23 | 45 | 1 | 35 | 136 | 120 |
| Binary | 11111100 | 11001011 | 10011110 | 0 | 10011 | 100101 | 1 | 11101 | 1011110 | 1010000 |
Color Harmonies of #FCCB9E
Complementary color
Monochromatic Colors of #FCCB9E
Black with #FCCB9E
Text Example
Text Example
White with #FCCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB9E; }
p { color: rgb(252,203,158); }
H1.HeaderClassName
{
color: #FCCB9E;
}
.AnyTagClassName
{
color: #FCCB9E;
}
</style>
background-color css
<style>
a { background-color: #FCCB9E; }
a { background-color: rgb(252,203,158); }
div.DivClassName
{
background-color: #FCCB9E;
}
.BgClassName
{
background-color: #FCCB9E;
}
</style>
border-color css
<style>
span { border-color: #FCCB9E; }
span { border-color: rgb(252,203,158); }
td.TdClassName
{
border-color: #FCCB9E;
}
.TagClassName
{
border-color: #FCCB9E;
}
</style>