#FFD4AC

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

Shades of Apricot #FFD4AC

Tints of Apricot #FFD4AC

Color information

#FFD4AC (or 0xFFD4AC) is unknown color: approx Apricot. HEX triplet: FF, D4 and AC. RGB value is (255,212,172). Sum of RGB (Red+Green+Blue) = 255+212+172=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AC is #002B53. Grayscale: #DCDCDC. Windows color (decimal): -11092 or 11326719. OLE color: 11326719.

HSL color Cylindrical-coordinate representation of color #FFD4AC: hue angle of 28.92º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD4AC is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255212172-
CMYK00.170.330
HSL28.92º100%83.73%-
HSV(B)28.92º32.55%100%-
XYZ72.2371.3348.99-
YUV220.3100.75152.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 172 (67.58% from 255) = 26.92%
R=39.91%
G=33.18%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521217200.170.33028.9210083.73
HexFFD4AC0112101d6454
Octal37732425402141035144124
Binary11111111110101001010110001000110000101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4AC; }

 p { color: rgb(255,212,172); }

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

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

 a { background-color: rgb(255,212,172); }

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

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

 span { border-color: rgb(255,212,172); }

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