#FCC4AB

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

Shades of Apricot #FCC4AB

Tints of Apricot #FCC4AB

Color information

#FCC4AB (or 0xFCC4AB) is unknown color: approx Apricot. HEX triplet: FC, C4 and AB. RGB value is (252,196,171). Sum of RGB (Red+Green+Blue) = 252+196+171=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4AB is #033B54. Grayscale: #D2D2D2. Windows color (decimal): -211797 or 11257084. OLE color: 11257084.

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

Color convert

RGB252196171-
CMYK00.220.320.01
HSL18.52º93.1%82.94%-
HSV(B)18.52º32.14%98.82%-
XYZ67.2463.1247.17-
YUV209.89106.05158.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=40.71%
G=31.66%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219617100.220.320.0118.5293.182.94
HexFCC4AB016201135d53
Octal37430425302640123135123
Binary11111100110001001010101101011010000011001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4AB; }

 p { color: rgb(252,196,171); }

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

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

 a { background-color: rgb(252,196,171); }

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

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

 span { border-color: rgb(252,196,171); }

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