Shades of Apricot #FCCAB4
Tints of Apricot #FCCAB4
RGB
CMYK
RGB Variations
Color information
#FCCAB4 (or 0xFCCAB4) is known color: Apricot. HEX triplet: FC, CA and B4. RGB value is (252,202,180). Sum of RGB (Red+Green+Blue) = 252+202+180=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB4 is #03354B. Grayscale: #D6D6D6. Windows color (decimal): -210252 or 11848444. OLE color: 11848444.
HSL color Cylindrical-coordinate representation of color #FCCAB4: hue angle of 18.33º 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 #FCCAB4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 180 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.01 |
| HSL | 18.33º | 0.92% | 0.85% | - |
| HSV(B) | 18.33º | 0.29% | 0.99% | - |
| XYZ | 69.5 | 66.23 | 52.3 | - |
| YUV | 214.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 180 | 0 | 0.20 | 0.29 | 0.01 | 18.33 | 0.92 | 0.85 |
| Hex | FC | CA | B4 | 0 | 14 | 1D | 1 | 12 | 5C | 55 |
| Octal | 374 | 312 | 264 | 0 | 24 | 35 | 1 | 22 | 134 | 125 |
| Binary | 11111100 | 11001010 | 10110100 | 0 | 10100 | 11101 | 1 | 10010 | 1011100 | 1010101 |
Color Harmonies of #FCCAB4
Complementary color
Monochromatic Colors of #FCCAB4
Black with #FCCAB4
Text Example
Text Example
White with #FCCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB4; }
p { color: rgb(252,202,180); }
H1.HeaderClassName
{
color: #FCCAB4;
}
.AnyTagClassName
{
color: #FCCAB4;
}
</style>
background-color css
<style>
a { background-color: #FCCAB4; }
a { background-color: rgb(252,202,180); }
div.DivClassName
{
background-color: #FCCAB4;
}
.BgClassName
{
background-color: #FCCAB4;
}
</style>
border-color css
<style>
span { border-color: #FCCAB4; }
span { border-color: rgb(252,202,180); }
td.TdClassName
{
border-color: #FCCAB4;
}
.TagClassName
{
border-color: #FCCAB4;
}
</style>