#FCC7AE

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

Shades of Apricot #FCC7AE

Tints of Apricot #FCC7AE

Color information

#FCC7AE (or 0xFCC7AE) is unknown color: approx Apricot. HEX triplet: FC, C7 and AE. RGB value is (252,199,174). Sum of RGB (Red+Green+Blue) = 252+199+174=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AE is #033851. Grayscale: #D4D4D4. Windows color (decimal): -211026 or 11454460. OLE color: 11454460.

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

Color convert

RGB252199174-
CMYK00.210.310.01
HSL19.23º92.86%83.53%-
HSV(B)19.23º30.95%98.82%-
XYZ68.2164.648.92-
YUV212106.56156.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=40.32%
G=31.84%
B=27.84%

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
Decimal25219917400.210.310.0119.2392.8683.53
HexFCC7AE0151F1135d54
Octal37430725602537123135124
Binary1111110011000111101011100101011111111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7AE; }

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

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

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

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

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

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

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

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