#FCC7AC

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

Shades of Apricot #FCC7AC

Tints of Apricot #FCC7AC

Color information

#FCC7AC (or 0xFCC7AC) is unknown color: approx Apricot. HEX triplet: FC, C7 and AC. RGB value is (252,199,172). Sum of RGB (Red+Green+Blue) = 252+199+172=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AC is #033853. Grayscale: #D3D3D3. Windows color (decimal): -211028 or 11323388. OLE color: 11323388.

HSL color Cylindrical-coordinate representation of color #FCC7AC: hue angle of 20.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC7AC is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB252199172-
CMYK00.210.320.01
HSL20.25º93.02%83.14%-
HSV(B)20.25º31.75%98.82%-
XYZ68.0164.5247.9-
YUV211.77105.56156.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=40.45%
G=31.94%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219917200.210.320.0120.2593.0283.14
HexFCC7AC015201145d53
Octal37430725402540124135123
Binary11111100110001111010110001010110000011010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7AC; }

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

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

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

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

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

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

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

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