Shades of Apricot #FCCCAD
Tints of Apricot #FCCCAD
RGB
CMYK
RGB Variations
Color information
#FCCCAD (or 0xFCCCAD) is known color: Apricot. HEX triplet: FC, CC and AD. RGB value is (252,204,173). Sum of RGB (Red+Green+Blue) = 252+204+173=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAD is #033352. Grayscale: #D6D6D6. Windows color (decimal): -209747 or 11390204. OLE color: 11390204.
HSL color Cylindrical-coordinate representation of color #FCCCAD: hue angle of 23.54º 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 #FCCCAD is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 173 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 23.54º | 0.93% | 0.83% | - |
| HSV(B) | 23.54º | 0.31% | 0.99% | - |
| XYZ | 69.28 | 66.9 | 48.8 | - |
| YUV | 214.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 173 | 0 | 0.19 | 0.31 | 0.01 | 23.54 | 0.93 | 0.83 |
| Hex | FC | CC | AD | 0 | 13 | 1F | 1 | 18 | 5D | 53 |
| Octal | 374 | 314 | 255 | 0 | 23 | 37 | 1 | 30 | 135 | 123 |
| Binary | 11111100 | 11001100 | 10101101 | 0 | 10011 | 11111 | 1 | 11000 | 1011101 | 1010011 |
Color Harmonies of #FCCCAD
Complementary color
Monochromatic Colors of #FCCCAD
Black with #FCCCAD
Text Example
Text Example
White with #FCCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCAD; }
p { color: rgb(252,204,173); }
H1.HeaderClassName
{
color: #FCCCAD;
}
.AnyTagClassName
{
color: #FCCCAD;
}
</style>
background-color css
<style>
a { background-color: #FCCCAD; }
a { background-color: rgb(252,204,173); }
div.DivClassName
{
background-color: #FCCCAD;
}
.BgClassName
{
background-color: #FCCCAD;
}
</style>
border-color css
<style>
span { border-color: #FCCCAD; }
span { border-color: rgb(252,204,173); }
td.TdClassName
{
border-color: #FCCCAD;
}
.TagClassName
{
border-color: #FCCCAD;
}
</style>