Shades of Apricot #FCCCAF
Tints of Apricot #FCCCAF
RGB
CMYK
RGB Variations
Color information
#FCCCAF (or 0xFCCCAF) is known color: Apricot. HEX triplet: FC, CC and AF. RGB value is (252,204,175). Sum of RGB (Red+Green+Blue) = 252+204+175=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAF is #033350. Grayscale: #D7D7D7. Windows color (decimal): -209745 or 11521276. OLE color: 11521276.
HSL color Cylindrical-coordinate representation of color #FCCCAF: hue angle of 22.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCCAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 22.6º | 0.93% | 0.84% | - |
| HSV(B) | 22.6º | 0.31% | 0.99% | - |
| XYZ | 69.48 | 66.98 | 49.82 | - |
| YUV | 215.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 175 | 0 | 0.19 | 0.31 | 0.01 | 22.6 | 0.93 | 0.84 |
| Hex | FC | CC | AF | 0 | 13 | 1F | 1 | 17 | 5D | 54 |
| Octal | 374 | 314 | 257 | 0 | 23 | 37 | 1 | 27 | 135 | 124 |
| Binary | 11111100 | 11001100 | 10101111 | 0 | 10011 | 11111 | 1 | 10111 | 1011101 | 1010100 |
Color Harmonies of #FCCCAF
Complementary color
Monochromatic Colors of #FCCCAF
Black with #FCCCAF
Text Example
Text Example
White with #FCCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCAF; }
p { color: rgb(252,204,175); }
H1.HeaderClassName
{
color: #FCCCAF;
}
.AnyTagClassName
{
color: #FCCCAF;
}
</style>
background-color css
<style>
a { background-color: #FCCCAF; }
a { background-color: rgb(252,204,175); }
div.DivClassName
{
background-color: #FCCCAF;
}
.BgClassName
{
background-color: #FCCCAF;
}
</style>
border-color css
<style>
span { border-color: #FCCCAF; }
span { border-color: rgb(252,204,175); }
td.TdClassName
{
border-color: #FCCCAF;
}
.TagClassName
{
border-color: #FCCCAF;
}
</style>