Shades of Apricot #FCCAB5
Tints of Apricot #FCCAB5
RGB
CMYK
RGB Variations
Color information
#FCCAB5 (or 0xFCCAB5) is known color: Apricot. HEX triplet: FC, CA and B5. RGB value is (252,202,181). Sum of RGB (Red+Green+Blue) = 252+202+181=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB5 is #03354A. Grayscale: #D6D6D6. Windows color (decimal): -210251 or 11913980. OLE color: 11913980.
HSL color Cylindrical-coordinate representation of color #FCCAB5: hue angle of 17.75º 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 #FCCAB5 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 181 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.01 |
| HSL | 17.75º | 0.92% | 0.85% | - |
| HSV(B) | 17.75º | 0.28% | 0.99% | - |
| XYZ | 69.61 | 66.27 | 52.84 | - |
| YUV | 214.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 181 | 0 | 0.20 | 0.28 | 0.01 | 17.75 | 0.92 | 0.85 |
| Hex | FC | CA | B5 | 0 | 14 | 1C | 1 | 12 | 5C | 55 |
| Octal | 374 | 312 | 265 | 0 | 24 | 34 | 1 | 22 | 134 | 125 |
| Binary | 11111100 | 11001010 | 10110101 | 0 | 10100 | 11100 | 1 | 10010 | 1011100 | 1010101 |
Color Harmonies of #FCCAB5
Complementary color
Monochromatic Colors of #FCCAB5
Black with #FCCAB5
Text Example
Text Example
White with #FCCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAB5; }
p { color: rgb(252,202,181); }
H1.HeaderClassName
{
color: #FCCAB5;
}
.AnyTagClassName
{
color: #FCCAB5;
}
</style>
background-color css
<style>
a { background-color: #FCCAB5; }
a { background-color: rgb(252,202,181); }
div.DivClassName
{
background-color: #FCCAB5;
}
.BgClassName
{
background-color: #FCCAB5;
}
</style>
border-color css
<style>
span { border-color: #FCCAB5; }
span { border-color: rgb(252,202,181); }
td.TdClassName
{
border-color: #FCCAB5;
}
.TagClassName
{
border-color: #FCCAB5;
}
</style>