#FCD0AC

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

Shades of Apricot #FCD0AC

Tints of Apricot #FCD0AC

Color information

#FCD0AC (or 0xFCD0AC) is unknown color: approx Apricot. HEX triplet: FC, D0 and AC. RGB value is (252,208,172). Sum of RGB (Red+Green+Blue) = 252+208+172=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0AC is #032F53. Grayscale: #D9D9D9. Windows color (decimal): -208724 or 11325692. OLE color: 11325692.

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

Color convert

RGB252208172-
CMYK00.170.320.01
HSL27º93.02%83.14%-
HSV(B)27º31.75%98.82%-
XYZ70.1568.7948.61-
YUV217.05102.58152.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 172 (67.58% from 255) = 27.22%
R=39.87%
G=32.91%
B=27.22%

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
Decimal25220817200.170.320.012793.0283.14
HexFCD0AC0112011b5d53
Octal37432025402140133135123
Binary11111100110100001010110001000110000011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0AC; }

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

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

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

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

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

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

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

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