Shades of Apricot #FCCAB6
Tints of Apricot #FCCAB6
RGB
CMYK
RGB Variations
Color information
#FCCAB6 (or 0xFCCAB6) is known color: Apricot. HEX triplet: FC, CA and B6. RGB value is (252,202,182). Sum of RGB (Red+Green+Blue) = 252+202+182=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB6 is #033549. Grayscale: #D6D6D6. Windows color (decimal): -210250 or 11979516. OLE color: 11979516.
HSL color Cylindrical-coordinate representation of color #FCCAB6: hue angle of 17.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCCAB6 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 182 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.01 |
| HSL | 17.14º | 0.92% | 0.85% | - |
| HSV(B) | 17.14º | 0.28% | 0.99% | - |
| XYZ | 69.71 | 66.31 | 53.38 | - |
| YUV | 214.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 182 | 0 | 0.20 | 0.28 | 0.01 | 17.14 | 0.92 | 0.85 |
| Hex | FC | CA | B6 | 0 | 14 | 1C | 1 | 11 | 5C | 55 |
| Octal | 374 | 312 | 266 | 0 | 24 | 34 | 1 | 21 | 134 | 125 |
| Binary | 11111100 | 11001010 | 10110110 | 0 | 10100 | 11100 | 1 | 10001 | 1011100 | 1010101 |
Color Harmonies of #FCCAB6
Complementary color
Monochromatic Colors of #FCCAB6
Black with #FCCAB6
Text Example
Text Example
White with #FCCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB6; }
p { color: rgb(252,202,182); }
H1.HeaderClassName
{
color: #FCCAB6;
}
.AnyTagClassName
{
color: #FCCAB6;
}
</style>
background-color css
<style>
a { background-color: #FCCAB6; }
a { background-color: rgb(252,202,182); }
div.DivClassName
{
background-color: #FCCAB6;
}
.BgClassName
{
background-color: #FCCAB6;
}
</style>
border-color css
<style>
span { border-color: #FCCAB6; }
span { border-color: rgb(252,202,182); }
td.TdClassName
{
border-color: #FCCAB6;
}
.TagClassName
{
border-color: #FCCAB6;
}
</style>