Shades of Apricot #FCCAAF
Tints of Apricot #FCCAAF
RGB
CMYK
RGB Variations
Color information
#FCCAAF (or 0xFCCAAF) is known color: Apricot. HEX triplet: FC, CA and AF. RGB value is (252,202,175). Sum of RGB (Red+Green+Blue) = 252+202+175=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAF is #033550. Grayscale: #D6D6D6. Windows color (decimal): -210257 or 11520764. OLE color: 11520764.
HSL color Cylindrical-coordinate representation of color #FCCAAF: hue angle of 21.04º 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 #FCCAAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 175 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.01 |
| HSL | 21.04º | 0.93% | 0.84% | - |
| HSV(B) | 21.04º | 0.31% | 0.99% | - |
| XYZ | 69 | 66.03 | 49.67 | - |
| YUV | 213.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 175 | 0 | 0.20 | 0.31 | 0.01 | 21.04 | 0.93 | 0.84 |
| Hex | FC | CA | AF | 0 | 14 | 1F | 1 | 15 | 5D | 54 |
| Octal | 374 | 312 | 257 | 0 | 24 | 37 | 1 | 25 | 135 | 124 |
| Binary | 11111100 | 11001010 | 10101111 | 0 | 10100 | 11111 | 1 | 10101 | 1011101 | 1010100 |
Color Harmonies of #FCCAAF
Complementary color
Monochromatic Colors of #FCCAAF
Black with #FCCAAF
Text Example
Text Example
White with #FCCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAAF; }
p { color: rgb(252,202,175); }
H1.HeaderClassName
{
color: #FCCAAF;
}
.AnyTagClassName
{
color: #FCCAAF;
}
</style>
background-color css
<style>
a { background-color: #FCCAAF; }
a { background-color: rgb(252,202,175); }
div.DivClassName
{
background-color: #FCCAAF;
}
.BgClassName
{
background-color: #FCCAAF;
}
</style>
border-color css
<style>
span { border-color: #FCCAAF; }
span { border-color: rgb(252,202,175); }
td.TdClassName
{
border-color: #FCCAAF;
}
.TagClassName
{
border-color: #FCCAAF;
}
</style>