Shades of Apricot #FCCDB6
Tints of Apricot #FCCDB6
RGB
CMYK
RGB Variations
Color information
#FCCDB6 (or 0xFCCDB6) is known color: Apricot. HEX triplet: FC, CD and B6. RGB value is (252,205,182). Sum of RGB (Red+Green+Blue) = 252+205+182=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDB6 is #033249. Grayscale: #D8D8D8. Windows color (decimal): -209482 or 11980284. OLE color: 11980284.
HSL color Cylindrical-coordinate representation of color #FCCDB6: hue angle of 19.71º 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 #FCCDB6 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 182 | - |
CMYK | 0 | 0.19 | 0.28 | 0.01 |
HSL | 19.71º | 0.92% | 0.85% | - |
HSV(B) | 19.71º | 0.28% | 0.99% | - |
XYZ | 70.42 | 67.74 | 53.62 | - |
YUV | 216.43 | 108.57 | 153.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 182 | 0 | 0.19 | 0.28 | 0.01 | 19.71 | 0.92 | 0.85 |
Hex | FC | CD | B6 | 0 | 13 | 1C | 1 | 14 | 5C | 55 |
Octal | 374 | 315 | 266 | 0 | 23 | 34 | 1 | 24 | 134 | 125 |
Binary | 11111100 | 11001101 | 10110110 | 0 | 10011 | 11100 | 1 | 10100 | 1011100 | 1010101 |
Color Harmonies of #FCCDB6
Complementary color
Monochromatic Colors of #FCCDB6
Black with #FCCDB6
Text Example
Text Example
White with #FCCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDB6; }
p { color: rgb(252,205,182); }
H1.HeaderClassName
{
color: #FCCDB6;
}
.AnyTagClassName
{
color: #FCCDB6;
}
</style>
background-color css
<style>
a { background-color: #FCCDB6; }
a { background-color: rgb(252,205,182); }
div.DivClassName
{
background-color: #FCCDB6;
}
.BgClassName
{
background-color: #FCCDB6;
}
</style>
border-color css
<style>
span { border-color: #FCCDB6; }
span { border-color: rgb(252,205,182); }
td.TdClassName
{
border-color: #FCCDB6;
}
.TagClassName
{
border-color: #FCCDB6;
}
</style>