Shades of Apricot #FCCCB2
Tints of Apricot #FCCCB2
RGB
CMYK
RGB Variations
Color information
#FCCCB2 (or 0xFCCCB2) is known color: Apricot. HEX triplet: FC, CC and B2. RGB value is (252,204,178). Sum of RGB (Red+Green+Blue) = 252+204+178=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCB2 is #03334D. Grayscale: #D7D7D7. Windows color (decimal): -209742 or 11717884. OLE color: 11717884.
HSL color Cylindrical-coordinate representation of color #FCCCB2: hue angle of 21.08º 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 #FCCCB2 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 178 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.01 |
| HSL | 21.08º | 0.93% | 0.84% | - |
| HSV(B) | 21.08º | 0.29% | 0.99% | - |
| XYZ | 69.77 | 67.1 | 51.39 | - |
| YUV | 215.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 178 | 0 | 0.19 | 0.29 | 0.01 | 21.08 | 0.93 | 0.84 |
| Hex | FC | CC | B2 | 0 | 13 | 1D | 1 | 15 | 5C | 54 |
| Octal | 374 | 314 | 262 | 0 | 23 | 35 | 1 | 25 | 134 | 124 |
| Binary | 11111100 | 11001100 | 10110010 | 0 | 10011 | 11101 | 1 | 10101 | 1011100 | 1010100 |
Color Harmonies of #FCCCB2
Complementary color
Monochromatic Colors of #FCCCB2
Black with #FCCCB2
Text Example
Text Example
White with #FCCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCB2; }
p { color: rgb(252,204,178); }
H1.HeaderClassName
{
color: #FCCCB2;
}
.AnyTagClassName
{
color: #FCCCB2;
}
</style>
background-color css
<style>
a { background-color: #FCCCB2; }
a { background-color: rgb(252,204,178); }
div.DivClassName
{
background-color: #FCCCB2;
}
.BgClassName
{
background-color: #FCCCB2;
}
</style>
border-color css
<style>
span { border-color: #FCCCB2; }
span { border-color: rgb(252,204,178); }
td.TdClassName
{
border-color: #FCCCB2;
}
.TagClassName
{
border-color: #FCCCB2;
}
</style>