Shades of Apricot #FCCCAE
Tints of Apricot #FCCCAE
RGB
CMYK
RGB Variations
Color information
#FCCCAE (or 0xFCCCAE) is known color: Apricot. HEX triplet: FC, CC and AE. RGB value is (252,204,174). Sum of RGB (Red+Green+Blue) = 252+204+174=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAE is #033351. Grayscale: #D7D7D7. Windows color (decimal): -209746 or 11455740. OLE color: 11455740.
HSL color Cylindrical-coordinate representation of color #FCCCAE: hue angle of 23.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCCAE is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 174 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.01 |
| HSL | 23.08º | 0.93% | 0.84% | - |
| HSV(B) | 23.08º | 0.31% | 0.99% | - |
| XYZ | 69.38 | 66.94 | 49.31 | - |
| YUV | 214.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 174 | 0 | 0.19 | 0.31 | 0.01 | 23.08 | 0.93 | 0.84 |
| Hex | FC | CC | AE | 0 | 13 | 1F | 1 | 17 | 5D | 54 |
| Octal | 374 | 314 | 256 | 0 | 23 | 37 | 1 | 27 | 135 | 124 |
| Binary | 11111100 | 11001100 | 10101110 | 0 | 10011 | 11111 | 1 | 10111 | 1011101 | 1010100 |
Color Harmonies of #FCCCAE
Complementary color
Monochromatic Colors of #FCCCAE
Black with #FCCCAE
Text Example
Text Example
White with #FCCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCAE; }
p { color: rgb(252,204,174); }
H1.HeaderClassName
{
color: #FCCCAE;
}
.AnyTagClassName
{
color: #FCCCAE;
}
</style>
background-color css
<style>
a { background-color: #FCCCAE; }
a { background-color: rgb(252,204,174); }
div.DivClassName
{
background-color: #FCCCAE;
}
.BgClassName
{
background-color: #FCCCAE;
}
</style>
border-color css
<style>
span { border-color: #FCCCAE; }
span { border-color: rgb(252,204,174); }
td.TdClassName
{
border-color: #FCCCAE;
}
.TagClassName
{
border-color: #FCCCAE;
}
</style>