Shades of Apricot #FCCFAC
Tints of Apricot #FCCFAC
RGB
CMYK
RGB Variations
Color information
#FCCFAC (or 0xFCCFAC) is known color: Apricot. HEX triplet: FC, CF and AC. RGB value is (252,207,172). Sum of RGB (Red+Green+Blue) = 252+207+172=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFAC is #033053. Grayscale: #D8D8D8. Windows color (decimal): -208980 or 11325436. OLE color: 11325436.
HSL color Cylindrical-coordinate representation of color #FCCFAC: hue angle of 26.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCCFAC is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 172 | - |
CMYK | 0 | 0.18 | 0.32 | 0.01 |
HSL | 26.25º | 0.93% | 0.83% | - |
HSV(B) | 26.25º | 0.32% | 0.99% | - |
XYZ | 69.9 | 68.3 | 48.53 | - |
YUV | 216.47 | 102.91 | 153.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 172 | 0 | 0.18 | 0.32 | 0.01 | 26.25 | 0.93 | 0.83 |
Hex | FC | CF | AC | 0 | 12 | 20 | 1 | 1A | 5D | 53 |
Octal | 374 | 317 | 254 | 0 | 22 | 40 | 1 | 32 | 135 | 123 |
Binary | 11111100 | 11001111 | 10101100 | 0 | 10010 | 100000 | 1 | 11010 | 1011101 | 1010011 |
Color Harmonies of #FCCFAC
Complementary color
Monochromatic Colors of #FCCFAC
Black with #FCCFAC
Text Example
Text Example
White with #FCCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFAC; }
p { color: rgb(252,207,172); }
H1.HeaderClassName
{
color: #FCCFAC;
}
.AnyTagClassName
{
color: #FCCFAC;
}
</style>
background-color css
<style>
a { background-color: #FCCFAC; }
a { background-color: rgb(252,207,172); }
div.DivClassName
{
background-color: #FCCFAC;
}
.BgClassName
{
background-color: #FCCFAC;
}
</style>
border-color css
<style>
span { border-color: #FCCFAC; }
span { border-color: rgb(252,207,172); }
td.TdClassName
{
border-color: #FCCFAC;
}
.TagClassName
{
border-color: #FCCFAC;
}
</style>