Shades of Apricot #FCC8B4
Tints of Apricot #FCC8B4
RGB
CMYK
RGB Variations
Color information
#FCC8B4 (or 0xFCC8B4) is known color: Apricot. HEX triplet: FC, C8 and B4. RGB value is (252,200,180). Sum of RGB (Red+Green+Blue) = 252+200+180=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8B4 is #03374B. Grayscale: #D5D5D5. Windows color (decimal): -210764 or 11847932. OLE color: 11847932.
HSL color Cylindrical-coordinate representation of color #FCC8B4: hue angle of 16.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC8B4 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 180 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.01 |
| HSL | 16.67º | 0.92% | 0.85% | - |
| HSV(B) | 16.67º | 0.29% | 0.99% | - |
| XYZ | 69.04 | 65.3 | 52.15 | - |
| YUV | 213.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 180 | 0 | 0.21 | 0.29 | 0.01 | 16.67 | 0.92 | 0.85 |
| Hex | FC | C8 | B4 | 0 | 15 | 1D | 1 | 11 | 5C | 55 |
| Octal | 374 | 310 | 264 | 0 | 25 | 35 | 1 | 21 | 134 | 125 |
| Binary | 11111100 | 11001000 | 10110100 | 0 | 10101 | 11101 | 1 | 10001 | 1011100 | 1010101 |
Color Harmonies of #FCC8B4
Complementary color
Monochromatic Colors of #FCC8B4
Black with #FCC8B4
Text Example
Text Example
White with #FCC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8B4; }
p { color: rgb(252,200,180); }
H1.HeaderClassName
{
color: #FCC8B4;
}
.AnyTagClassName
{
color: #FCC8B4;
}
</style>
background-color css
<style>
a { background-color: #FCC8B4; }
a { background-color: rgb(252,200,180); }
div.DivClassName
{
background-color: #FCC8B4;
}
.BgClassName
{
background-color: #FCC8B4;
}
</style>
border-color css
<style>
span { border-color: #FCC8B4; }
span { border-color: rgb(252,200,180); }
td.TdClassName
{
border-color: #FCC8B4;
}
.TagClassName
{
border-color: #FCC8B4;
}
</style>