Shades of Apricot #FCCBAF
Tints of Apricot #FCCBAF
RGB
CMYK
RGB Variations
Color information
#FCCBAF (or 0xFCCBAF) is known color: Apricot. HEX triplet: FC, CB and AF. RGB value is (252,203,175). Sum of RGB (Red+Green+Blue) = 252+203+175=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBAF is #033450. Grayscale: #D6D6D6. Windows color (decimal): -210001 or 11521020. OLE color: 11521020.
HSL color Cylindrical-coordinate representation of color #FCCBAF: hue angle of 21.82º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCBAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 21.82º | 0.93% | 0.84% | - |
| HSV(B) | 21.82º | 0.31% | 0.99% | - |
| XYZ | 69.24 | 66.5 | 49.74 | - |
| YUV | 214.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 175 | 0 | 0.19 | 0.31 | 0.01 | 21.82 | 0.93 | 0.84 |
| Hex | FC | CB | AF | 0 | 13 | 1F | 1 | 16 | 5D | 54 |
| Octal | 374 | 313 | 257 | 0 | 23 | 37 | 1 | 26 | 135 | 124 |
| Binary | 11111100 | 11001011 | 10101111 | 0 | 10011 | 11111 | 1 | 10110 | 1011101 | 1010100 |
Color Harmonies of #FCCBAF
Complementary color
Monochromatic Colors of #FCCBAF
Black with #FCCBAF
Text Example
Text Example
White with #FCCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBAF; }
p { color: rgb(252,203,175); }
H1.HeaderClassName
{
color: #FCCBAF;
}
.AnyTagClassName
{
color: #FCCBAF;
}
</style>
background-color css
<style>
a { background-color: #FCCBAF; }
a { background-color: rgb(252,203,175); }
div.DivClassName
{
background-color: #FCCBAF;
}
.BgClassName
{
background-color: #FCCBAF;
}
</style>
border-color css
<style>
span { border-color: #FCCBAF; }
span { border-color: rgb(252,203,175); }
td.TdClassName
{
border-color: #FCCBAF;
}
.TagClassName
{
border-color: #FCCBAF;
}
</style>