#FCC6AE

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

Shades of Apricot #FCC6AE

Tints of Apricot #FCC6AE

Color information

#FCC6AE (or 0xFCC6AE) is unknown color: approx Apricot. HEX triplet: FC, C6 and AE. RGB value is (252,198,174). Sum of RGB (Red+Green+Blue) = 252+198+174=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6AE is #033951. Grayscale: #D3D3D3. Windows color (decimal): -211282 or 11454204. OLE color: 11454204.

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

Color convert

RGB252198174-
CMYK00.210.310.01
HSL18.46º92.86%83.53%-
HSV(B)18.46º30.95%98.82%-
XYZ67.9864.1448.84-
YUV211.41106.89156.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=40.38%
G=31.73%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219817400.210.310.0118.4692.8683.53
HexFCC6AE0151F1125d54
Octal37430625602537122135124
Binary1111110011000110101011100101011111111001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6AE; }

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

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

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

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

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

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

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

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