#FFD1AC

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

Shades of Apricot #FFD1AC

Tints of Apricot #FFD1AC

Color information

#FFD1AC (or 0xFFD1AC) is unknown color: approx Apricot. HEX triplet: FF, D1 and AC. RGB value is (255,209,172). Sum of RGB (Red+Green+Blue) = 255+209+172=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AC is #002E53. Grayscale: #DADADA. Windows color (decimal): -11860 or 11325951. OLE color: 11325951.

HSL color Cylindrical-coordinate representation of color #FFD1AC: hue angle of 26.75º 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 #FFD1AC is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255209172-
CMYK00.180.330
HSL26.75º100%83.73%-
HSV(B)26.75º32.55%100%-
XYZ71.4969.8448.74-
YUV218.54101.74154.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=40.09%
G=32.86%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520917200.180.33026.7510083.73
HexFFD1AC0122101b6454
Octal37732125402241033144124
Binary11111111110100011010110001001010000101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1AC; }

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

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

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

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

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

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

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

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