Shades of Peach #FCCEA2
Tints of Peach #FCCEA2
RGB
CMYK
RGB Variations
Color information
#FCCEA2 (or 0xFCCEA2) is known color: Peach. HEX triplet: FC, CE and A2. RGB value is (252,206,162). Sum of RGB (Red+Green+Blue) = 252+206+162=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA2 is #03315D. Grayscale: #D6D6D6. Windows color (decimal): -209246 or 10669820. OLE color: 10669820.
HSL color Cylindrical-coordinate representation of color #FCCEA2: hue angle of 29.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCCEA2 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 162 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.01 |
| HSL | 29.33º | 0.94% | 0.81% | - |
| HSV(B) | 29.33º | 0.36% | 0.99% | - |
| XYZ | 68.74 | 67.45 | 43.58 | - |
| YUV | 214.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 162 | 0 | 0.18 | 0.36 | 0.01 | 29.33 | 0.94 | 0.81 |
| Hex | FC | CE | A2 | 0 | 12 | 24 | 1 | 1D | 5E | 51 |
| Octal | 374 | 316 | 242 | 0 | 22 | 44 | 1 | 35 | 136 | 121 |
| Binary | 11111100 | 11001110 | 10100010 | 0 | 10010 | 100100 | 1 | 11101 | 1011110 | 1010001 |
Color Harmonies of #FCCEA2
Complementary color
Monochromatic Colors of #FCCEA2
Black with #FCCEA2
Text Example
Text Example
White with #FCCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEA2; }
p { color: rgb(252,206,162); }
H1.HeaderClassName
{
color: #FCCEA2;
}
.AnyTagClassName
{
color: #FCCEA2;
}
</style>
background-color css
<style>
a { background-color: #FCCEA2; }
a { background-color: rgb(252,206,162); }
div.DivClassName
{
background-color: #FCCEA2;
}
.BgClassName
{
background-color: #FCCEA2;
}
</style>
border-color css
<style>
span { border-color: #FCCEA2; }
span { border-color: rgb(252,206,162); }
td.TdClassName
{
border-color: #FCCEA2;
}
.TagClassName
{
border-color: #FCCEA2;
}
</style>