#FCD1AC

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

Shades of Apricot #FCD1AC

Tints of Apricot #FCD1AC

Color information

#FCD1AC (or 0xFCD1AC) is unknown color: approx Apricot. HEX triplet: FC, D1 and AC. RGB value is (252,209,172). Sum of RGB (Red+Green+Blue) = 252+209+172=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1AC is #032E53. Grayscale: #D9D9D9. Windows color (decimal): -208468 or 11325948. OLE color: 11325948.

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

Color convert

RGB252209172-
CMYK00.170.320.01
HSL27.75º93.02%83.14%-
HSV(B)27.75º31.75%98.82%-
XYZ70.3969.2748.69-
YUV217.64102.25152.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=39.81%
G=33.02%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220917200.170.320.0127.7593.0283.14
HexFCD1AC0112011c5d53
Octal37432125402140134135123
Binary11111100110100011010110001000110000011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1AC; }

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

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

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

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

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

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

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

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