Shades of Apricot #FCCAAB
Tints of Apricot #FCCAAB
RGB
CMYK
RGB Variations
Color information
#FCCAAB (or 0xFCCAAB) is known color: Apricot. HEX triplet: FC, CA and AB. RGB value is (252,202,171). Sum of RGB (Red+Green+Blue) = 252+202+171=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAB is #033554. Grayscale: #D5D5D5. Windows color (decimal): -210261 or 11258620. OLE color: 11258620.
HSL color Cylindrical-coordinate representation of color #FCCAAB: hue angle of 22.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCCAAB is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 171 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.01 |
| HSL | 22.96º | 0.93% | 0.83% | - |
| HSV(B) | 22.96º | 0.32% | 0.99% | - |
| XYZ | 68.62 | 65.88 | 47.63 | - |
| YUV | 213.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 171 | 0 | 0.20 | 0.32 | 0.01 | 22.96 | 0.93 | 0.83 |
| Hex | FC | CA | AB | 0 | 14 | 20 | 1 | 17 | 5D | 53 |
| Octal | 374 | 312 | 253 | 0 | 24 | 40 | 1 | 27 | 135 | 123 |
| Binary | 11111100 | 11001010 | 10101011 | 0 | 10100 | 100000 | 1 | 10111 | 1011101 | 1010011 |
Color Harmonies of #FCCAAB
Complementary color
Monochromatic Colors of #FCCAAB
Black with #FCCAAB
Text Example
Text Example
White with #FCCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAAB; }
p { color: rgb(252,202,171); }
H1.HeaderClassName
{
color: #FCCAAB;
}
.AnyTagClassName
{
color: #FCCAAB;
}
</style>
background-color css
<style>
a { background-color: #FCCAAB; }
a { background-color: rgb(252,202,171); }
div.DivClassName
{
background-color: #FCCAAB;
}
.BgClassName
{
background-color: #FCCAAB;
}
</style>
border-color css
<style>
span { border-color: #FCCAAB; }
span { border-color: rgb(252,202,171); }
td.TdClassName
{
border-color: #FCCAAB;
}
.TagClassName
{
border-color: #FCCAAB;
}
</style>