Shades of Apricot #FCCBB2
Tints of Apricot #FCCBB2
RGB
CMYK
RGB Variations
Color information
#FCCBB2 (or 0xFCCBB2) is known color: Apricot. HEX triplet: FC, CB and B2. RGB value is (252,203,178). Sum of RGB (Red+Green+Blue) = 252+203+178=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBB2 is #03344D. Grayscale: #D6D6D6. Windows color (decimal): -209998 or 11717628. OLE color: 11717628.
HSL color Cylindrical-coordinate representation of color #FCCBB2: hue angle of 20.27º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCBB2 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 178 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.01 |
| HSL | 20.27º | 0.93% | 0.84% | - |
| HSV(B) | 20.27º | 0.29% | 0.99% | - |
| XYZ | 69.54 | 66.62 | 51.31 | - |
| YUV | 214.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 178 | 0 | 0.19 | 0.29 | 0.01 | 20.27 | 0.93 | 0.84 |
| Hex | FC | CB | B2 | 0 | 13 | 1D | 1 | 14 | 5C | 54 |
| Octal | 374 | 313 | 262 | 0 | 23 | 35 | 1 | 24 | 134 | 124 |
| Binary | 11111100 | 11001011 | 10110010 | 0 | 10011 | 11101 | 1 | 10100 | 1011100 | 1010100 |
Color Harmonies of #FCCBB2
Complementary color
Monochromatic Colors of #FCCBB2
Black with #FCCBB2
Text Example
Text Example
White with #FCCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBB2; }
p { color: rgb(252,203,178); }
H1.HeaderClassName
{
color: #FCCBB2;
}
.AnyTagClassName
{
color: #FCCBB2;
}
</style>
background-color css
<style>
a { background-color: #FCCBB2; }
a { background-color: rgb(252,203,178); }
div.DivClassName
{
background-color: #FCCBB2;
}
.BgClassName
{
background-color: #FCCBB2;
}
</style>
border-color css
<style>
span { border-color: #FCCBB2; }
span { border-color: rgb(252,203,178); }
td.TdClassName
{
border-color: #FCCBB2;
}
.TagClassName
{
border-color: #FCCBB2;
}
</style>