#FCD2AC

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

Shades of Apricot #FCD2AC

Tints of Apricot #FCD2AC

Color information

#FCD2AC (or 0xFCD2AC) is unknown color: approx Apricot. HEX triplet: FC, D2 and AC. RGB value is (252,210,172). Sum of RGB (Red+Green+Blue) = 252+210+172=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2AC is #032D53. Grayscale: #DADADA. Windows color (decimal): -208212 or 11326204. OLE color: 11326204.

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

Color convert

RGB252210172-
CMYK00.170.320.01
HSL28.5º93.02%83.14%-
HSV(B)28.5º31.75%98.82%-
XYZ70.6469.7748.77-
YUV218.23101.91152.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=39.75%
G=33.12%
B=27.13%

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
Decimal25221017200.170.320.0128.593.0283.14
HexFCD2AC0112011d5d53
Octal37432225402140135135123
Binary11111100110100101010110001000110000011110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2AC; }

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

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

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

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

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

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

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

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