Shades of Apricot #FCCDAB
Tints of Apricot #FCCDAB
RGB
CMYK
RGB Variations
Color information
#FCCDAB (or 0xFCCDAB) is known color: Apricot. HEX triplet: FC, CD and AB. RGB value is (252,205,171). Sum of RGB (Red+Green+Blue) = 252+205+171=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAB is #033254. Grayscale: #D7D7D7. Windows color (decimal): -209493 or 11259388. OLE color: 11259388.
HSL color Cylindrical-coordinate representation of color #FCCDAB: hue angle of 25.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCCDAB is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 171 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.01 |
| HSL | 25.19º | 0.93% | 0.83% | - |
| HSV(B) | 25.19º | 0.32% | 0.99% | - |
| XYZ | 69.33 | 67.3 | 47.86 | - |
| YUV | 215.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 171 | 0 | 0.19 | 0.32 | 0.01 | 25.19 | 0.93 | 0.83 |
| Hex | FC | CD | AB | 0 | 13 | 20 | 1 | 19 | 5D | 53 |
| Octal | 374 | 315 | 253 | 0 | 23 | 40 | 1 | 31 | 135 | 123 |
| Binary | 11111100 | 11001101 | 10101011 | 0 | 10011 | 100000 | 1 | 11001 | 1011101 | 1010011 |
Color Harmonies of #FCCDAB
Complementary color
Monochromatic Colors of #FCCDAB
Black with #FCCDAB
Text Example
Text Example
White with #FCCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDAB; }
p { color: rgb(252,205,171); }
H1.HeaderClassName
{
color: #FCCDAB;
}
.AnyTagClassName
{
color: #FCCDAB;
}
</style>
background-color css
<style>
a { background-color: #FCCDAB; }
a { background-color: rgb(252,205,171); }
div.DivClassName
{
background-color: #FCCDAB;
}
.BgClassName
{
background-color: #FCCDAB;
}
</style>
border-color css
<style>
span { border-color: #FCCDAB; }
span { border-color: rgb(252,205,171); }
td.TdClassName
{
border-color: #FCCDAB;
}
.TagClassName
{
border-color: #FCCDAB;
}
</style>