Shades of Apricot #FCCAB3
Tints of Apricot #FCCAB3
RGB
CMYK
RGB Variations
Color information
#FCCAB3 (or 0xFCCAB3) is known color: Apricot. HEX triplet: FC, CA and B3. RGB value is (252,202,179). Sum of RGB (Red+Green+Blue) = 252+202+179=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB3 is #03354C. Grayscale: #D6D6D6. Windows color (decimal): -210253 or 11782908. OLE color: 11782908.
HSL color Cylindrical-coordinate representation of color #FCCAB3: hue angle of 18.9º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCAB3 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 179 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.01 |
| HSL | 18.9º | 0.92% | 0.85% | - |
| HSV(B) | 18.9º | 0.29% | 0.99% | - |
| XYZ | 69.4 | 66.19 | 51.77 | - |
| YUV | 214.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 179 | 0 | 0.20 | 0.29 | 0.01 | 18.9 | 0.92 | 0.85 |
| Hex | FC | CA | B3 | 0 | 14 | 1D | 1 | 13 | 5C | 55 |
| Octal | 374 | 312 | 263 | 0 | 24 | 35 | 1 | 23 | 134 | 125 |
| Binary | 11111100 | 11001010 | 10110011 | 0 | 10100 | 11101 | 1 | 10011 | 1011100 | 1010101 |
Color Harmonies of #FCCAB3
Complementary color
Monochromatic Colors of #FCCAB3
Black with #FCCAB3
Text Example
Text Example
White with #FCCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB3; }
p { color: rgb(252,202,179); }
H1.HeaderClassName
{
color: #FCCAB3;
}
.AnyTagClassName
{
color: #FCCAB3;
}
</style>
background-color css
<style>
a { background-color: #FCCAB3; }
a { background-color: rgb(252,202,179); }
div.DivClassName
{
background-color: #FCCAB3;
}
.BgClassName
{
background-color: #FCCAB3;
}
</style>
border-color css
<style>
span { border-color: #FCCAB3; }
span { border-color: rgb(252,202,179); }
td.TdClassName
{
border-color: #FCCAB3;
}
.TagClassName
{
border-color: #FCCAB3;
}
</style>