Shades of Peach #FCCAA3
Tints of Peach #FCCAA3
RGB
CMYK
RGB Variations
Color information
#FCCAA3 (or 0xFCCAA3) is known color: Peach. HEX triplet: FC, CA and A3. RGB value is (252,202,163). Sum of RGB (Red+Green+Blue) = 252+202+163=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA3 is #03355C. Grayscale: #D4D4D4. Windows color (decimal): -210269 or 10734332. OLE color: 10734332.
HSL color Cylindrical-coordinate representation of color #FCCAA3: hue angle of 26.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCAA3 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 163 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.01 |
| HSL | 26.29º | 0.94% | 0.81% | - |
| HSV(B) | 26.29º | 0.35% | 0.99% | - |
| XYZ | 67.88 | 65.58 | 43.73 | - |
| YUV | 212.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 163 | 0 | 0.20 | 0.35 | 0.01 | 26.29 | 0.94 | 0.81 |
| Hex | FC | CA | A3 | 0 | 14 | 23 | 1 | 1A | 5E | 51 |
| Octal | 374 | 312 | 243 | 0 | 24 | 43 | 1 | 32 | 136 | 121 |
| Binary | 11111100 | 11001010 | 10100011 | 0 | 10100 | 100011 | 1 | 11010 | 1011110 | 1010001 |
Color Harmonies of #FCCAA3
Complementary color
Monochromatic Colors of #FCCAA3
Black with #FCCAA3
Text Example
Text Example
White with #FCCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAA3; }
p { color: rgb(252,202,163); }
H1.HeaderClassName
{
color: #FCCAA3;
}
.AnyTagClassName
{
color: #FCCAA3;
}
</style>
background-color css
<style>
a { background-color: #FCCAA3; }
a { background-color: rgb(252,202,163); }
div.DivClassName
{
background-color: #FCCAA3;
}
.BgClassName
{
background-color: #FCCAA3;
}
</style>
border-color css
<style>
span { border-color: #FCCAA3; }
span { border-color: rgb(252,202,163); }
td.TdClassName
{
border-color: #FCCAA3;
}
.TagClassName
{
border-color: #FCCAA3;
}
</style>