Shades of Apricot #FCCDB5
Tints of Apricot #FCCDB5
RGB
CMYK
RGB Variations
Color information
#FCCDB5 (or 0xFCCDB5) is known color: Apricot. HEX triplet: FC, CD and B5. RGB value is (252,205,181). Sum of RGB (Red+Green+Blue) = 252+205+181=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDB5 is #03324A. Grayscale: #D8D8D8. Windows color (decimal): -209483 or 11914748. OLE color: 11914748.
HSL color Cylindrical-coordinate representation of color #FCCDB5: hue angle of 20.28º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCCDB5 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 181 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.01 |
| HSL | 20.28º | 0.92% | 0.85% | - |
| HSV(B) | 20.28º | 0.28% | 0.99% | - |
| XYZ | 70.32 | 67.69 | 53.08 | - |
| YUV | 216.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 181 | 0 | 0.19 | 0.28 | 0.01 | 20.28 | 0.92 | 0.85 |
| Hex | FC | CD | B5 | 0 | 13 | 1C | 1 | 14 | 5C | 55 |
| Octal | 374 | 315 | 265 | 0 | 23 | 34 | 1 | 24 | 134 | 125 |
| Binary | 11111100 | 11001101 | 10110101 | 0 | 10011 | 11100 | 1 | 10100 | 1011100 | 1010101 |
Color Harmonies of #FCCDB5
Complementary color
Monochromatic Colors of #FCCDB5
Black with #FCCDB5
Text Example
Text Example
White with #FCCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDB5; }
p { color: rgb(252,205,181); }
H1.HeaderClassName
{
color: #FCCDB5;
}
.AnyTagClassName
{
color: #FCCDB5;
}
</style>
background-color css
<style>
a { background-color: #FCCDB5; }
a { background-color: rgb(252,205,181); }
div.DivClassName
{
background-color: #FCCDB5;
}
.BgClassName
{
background-color: #FCCDB5;
}
</style>
border-color css
<style>
span { border-color: #FCCDB5; }
span { border-color: rgb(252,205,181); }
td.TdClassName
{
border-color: #FCCDB5;
}
.TagClassName
{
border-color: #FCCDB5;
}
</style>