Shades of Apricot #FCCDB3
Tints of Apricot #FCCDB3
RGB
CMYK
RGB Variations
Color information
#FCCDB3 (or 0xFCCDB3) is known color: Apricot. HEX triplet: FC, CD and B3. RGB value is (252,205,179). Sum of RGB (Red+Green+Blue) = 252+205+179=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDB3 is #03324C. Grayscale: #D8D8D8. Windows color (decimal): -209485 or 11783676. OLE color: 11783676.
HSL color Cylindrical-coordinate representation of color #FCCDB3: hue angle of 21.37º 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 #FCCDB3 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 179 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.01 |
| HSL | 21.37º | 0.92% | 0.85% | - |
| HSV(B) | 21.37º | 0.29% | 0.99% | - |
| XYZ | 70.11 | 67.61 | 52 | - |
| YUV | 216.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 179 | 0 | 0.19 | 0.29 | 0.01 | 21.37 | 0.92 | 0.85 |
| Hex | FC | CD | B3 | 0 | 13 | 1D | 1 | 15 | 5C | 55 |
| Octal | 374 | 315 | 263 | 0 | 23 | 35 | 1 | 25 | 134 | 125 |
| Binary | 11111100 | 11001101 | 10110011 | 0 | 10011 | 11101 | 1 | 10101 | 1011100 | 1010101 |
Color Harmonies of #FCCDB3
Complementary color
Monochromatic Colors of #FCCDB3
Black with #FCCDB3
Text Example
Text Example
White with #FCCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDB3; }
p { color: rgb(252,205,179); }
H1.HeaderClassName
{
color: #FCCDB3;
}
.AnyTagClassName
{
color: #FCCDB3;
}
</style>
background-color css
<style>
a { background-color: #FCCDB3; }
a { background-color: rgb(252,205,179); }
div.DivClassName
{
background-color: #FCCDB3;
}
.BgClassName
{
background-color: #FCCDB3;
}
</style>
border-color css
<style>
span { border-color: #FCCDB3; }
span { border-color: rgb(252,205,179); }
td.TdClassName
{
border-color: #FCCDB3;
}
.TagClassName
{
border-color: #FCCDB3;
}
</style>