Shades of Apricot #FCCFAD
Tints of Apricot #FCCFAD
RGB
CMYK
RGB Variations
Color information
#FCCFAD (or 0xFCCFAD) is known color: Apricot. HEX triplet: FC, CF and AD. RGB value is (252,207,173). Sum of RGB (Red+Green+Blue) = 252+207+173=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFAD is #033052. Grayscale: #D8D8D8. Windows color (decimal): -208979 or 11390972. OLE color: 11390972.
HSL color Cylindrical-coordinate representation of color #FCCFAD: hue angle of 25.82º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCFAD is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 173 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.01 |
| HSL | 25.82º | 0.93% | 0.83% | - |
| HSV(B) | 25.82º | 0.31% | 0.99% | - |
| XYZ | 70 | 68.34 | 49.04 | - |
| YUV | 216.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 173 | 0 | 0.18 | 0.31 | 0.01 | 25.82 | 0.93 | 0.83 |
| Hex | FC | CF | AD | 0 | 12 | 1F | 1 | 1A | 5D | 53 |
| Octal | 374 | 317 | 255 | 0 | 22 | 37 | 1 | 32 | 135 | 123 |
| Binary | 11111100 | 11001111 | 10101101 | 0 | 10010 | 11111 | 1 | 11010 | 1011101 | 1010011 |
Color Harmonies of #FCCFAD
Complementary color
Monochromatic Colors of #FCCFAD
Black with #FCCFAD
Text Example
Text Example
White with #FCCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFAD; }
p { color: rgb(252,207,173); }
H1.HeaderClassName
{
color: #FCCFAD;
}
.AnyTagClassName
{
color: #FCCFAD;
}
</style>
background-color css
<style>
a { background-color: #FCCFAD; }
a { background-color: rgb(252,207,173); }
div.DivClassName
{
background-color: #FCCFAD;
}
.BgClassName
{
background-color: #FCCFAD;
}
</style>
border-color css
<style>
span { border-color: #FCCFAD; }
span { border-color: rgb(252,207,173); }
td.TdClassName
{
border-color: #FCCFAD;
}
.TagClassName
{
border-color: #FCCFAD;
}
</style>