#FCC9AE

Color #FCC9AE Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FCC9AE

Tints of Apricot #FCC9AE

Color information

#FCC9AE (or 0xFCC9AE) is unknown color: approx Apricot. HEX triplet: FC, C9 and AE. RGB value is (252,201,174). Sum of RGB (Red+Green+Blue) = 252+201+174=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AE is #033651. Grayscale: #D5D5D5. Windows color (decimal): -210514 or 11454972. OLE color: 11454972.

HSL color Cylindrical-coordinate representation of color #FCC9AE: hue angle of 20.77º 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 #FCC9AE is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252201174-
CMYK00.200.310.01
HSL20.77º92.86%83.53%-
HSV(B)20.77º30.95%98.82%-
XYZ68.6765.5249.07-
YUV213.17105.9155.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=40.19%
G=32.06%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220117400.200.310.0120.7792.8683.53
HexFCC9AE0141F1155d54
Octal37431125602437125135124
Binary1111110011001001101011100101001111111010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9AE; }

 p { color: rgb(252,201,174); }

 H1.HeaderClassName
 {
   color: #FCC9AE;
 }
 .AnyTagClassName
 {
   color: #FCC9AE;
 }
</style>
background-color css

<style>
 a { background-color: #FCC9AE; }

 a { background-color: rgb(252,201,174); }

 div.DivClassName
 {
   background-color: #FCC9AE;
 }
 .BgClassName
 {
   background-color: #FCC9AE;
 }
</style>
border-color css

<style>
 span { border-color: #FCC9AE; }

 span { border-color: rgb(252,201,174); }

 td.TdClassName
 {
   border-color: #FCC9AE;
 }
 .TagClassName
 {
   border-color: #FCC9AE;
 }
</style>