Shades of Apricot #FCC4AD
Tints of Apricot #FCC4AD
RGB
CMYK
RGB Variations
Color information
#FCC4AD (or 0xFCC4AD) is known color: Apricot. HEX triplet: FC, C4 and AD. RGB value is (252,196,173). Sum of RGB (Red+Green+Blue) = 252+196+173=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4AD is #033B52. Grayscale: #D2D2D2. Windows color (decimal): -211795 or 11388156. OLE color: 11388156.
HSL color Cylindrical-coordinate representation of color #FCC4AD: hue angle of 17.47º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC4AD is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 173 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.01 |
| HSL | 17.47º | 0.93% | 0.83% | - |
| HSV(B) | 17.47º | 0.31% | 0.99% | - |
| XYZ | 67.43 | 63.19 | 48.18 | - |
| YUV | 210.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 173 | 0 | 0.22 | 0.31 | 0.01 | 17.47 | 0.93 | 0.83 |
| Hex | FC | C4 | AD | 0 | 16 | 1F | 1 | 11 | 5D | 53 |
| Octal | 374 | 304 | 255 | 0 | 26 | 37 | 1 | 21 | 135 | 123 |
| Binary | 11111100 | 11000100 | 10101101 | 0 | 10110 | 11111 | 1 | 10001 | 1011101 | 1010011 |
Color Harmonies of #FCC4AD
Complementary color
Monochromatic Colors of #FCC4AD
Black with #FCC4AD
Text Example
Text Example
White with #FCC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4AD; }
p { color: rgb(252,196,173); }
H1.HeaderClassName
{
color: #FCC4AD;
}
.AnyTagClassName
{
color: #FCC4AD;
}
</style>
background-color css
<style>
a { background-color: #FCC4AD; }
a { background-color: rgb(252,196,173); }
div.DivClassName
{
background-color: #FCC4AD;
}
.BgClassName
{
background-color: #FCC4AD;
}
</style>
border-color css
<style>
span { border-color: #FCC4AD; }
span { border-color: rgb(252,196,173); }
td.TdClassName
{
border-color: #FCC4AD;
}
.TagClassName
{
border-color: #FCC4AD;
}
</style>