Shades of Apricot #FFCCAC
Tints of Apricot #FFCCAC
RGB
CMYK
RGB Variations
Color information
#FFCCAC (or 0xFFCCAC) is known color: Apricot. HEX triplet: FF, CC and AC. RGB value is (255,204,172). Sum of RGB (Red+Green+Blue) = 255+204+172=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAC is #003353. Grayscale: #D7D7D7. Windows color (decimal): -13140 or 11324671. OLE color: 11324671.
HSL color Cylindrical-coordinate representation of color #FFCCAC: hue angle of 23.13º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCCAC is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 172 | - |
| CMYK | 0 | 0.2 | 0.33 | 0 |
| HSL | 23.13º | 1% | 0.84% | - |
| HSV(B) | 23.13º | 0.33% | 1% | - |
| XYZ | 70.28 | 67.42 | 48.34 | - |
| YUV | 215.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 172 | 0 | 0.2 | 0.33 | 0 | 23.13 | 1 | 0.84 |
| Hex | FF | CC | AC | 0 | 14 | 21 | 0 | 17 | 64 | 54 |
| Octal | 377 | 314 | 254 | 0 | 24 | 41 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001100 | 10101100 | 0 | 10100 | 100001 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCCAC
Complementary color
Monochromatic Colors of #FFCCAC
Black with #FFCCAC
Text Example
Text Example
White with #FFCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCAC; }
p { color: rgb(255,204,172); }
H1.HeaderClassName
{
color: #FFCCAC;
}
.AnyTagClassName
{
color: #FFCCAC;
}
</style>
background-color css
<style>
a { background-color: #FFCCAC; }
a { background-color: rgb(255,204,172); }
div.DivClassName
{
background-color: #FFCCAC;
}
.BgClassName
{
background-color: #FFCCAC;
}
</style>
border-color css
<style>
span { border-color: #FFCCAC; }
span { border-color: rgb(255,204,172); }
td.TdClassName
{
border-color: #FFCCAC;
}
.TagClassName
{
border-color: #FFCCAC;
}
</style>