#FCC5AE

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

Shades of Apricot #FCC5AE

Tints of Apricot #FCC5AE

Color information

#FCC5AE (or 0xFCC5AE) is unknown color: approx Apricot. HEX triplet: FC, C5 and AE. RGB value is (252,197,174). Sum of RGB (Red+Green+Blue) = 252+197+174=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AE is #033A51. Grayscale: #D2D2D2. Windows color (decimal): -211538 or 11453948. OLE color: 11453948.

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

Color convert

RGB252197174-
CMYK00.220.310.01
HSL17.69º92.86%83.53%-
HSV(B)17.69º30.95%98.82%-
XYZ67.7563.6848.77-
YUV210.82107.22157.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=40.45%
G=31.62%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219717400.220.310.0117.6992.8683.53
HexFCC5AE0161F1125d54
Octal37430525602637122135124
Binary1111110011000101101011100101101111111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5AE; }

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

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

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

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

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

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

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

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