#FFD0AC

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

Shades of Apricot #FFD0AC

Tints of Apricot #FFD0AC

Color information

#FFD0AC (or 0xFFD0AC) is unknown color: approx Apricot. HEX triplet: FF, D0 and AC. RGB value is (255,208,172). Sum of RGB (Red+Green+Blue) = 255+208+172=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AC is #002F53. Grayscale: #DADADA. Windows color (decimal): -12116 or 11325695. OLE color: 11325695.

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

Color convert

RGB255208172-
CMYK00.180.330
HSL26.02º100%83.73%-
HSV(B)26.02º32.55%100%-
XYZ71.2469.3548.66-
YUV217.95102.07154.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=40.16%
G=32.76%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520817200.180.33026.0210083.73
HexFFD0AC0122101a6454
Octal37732025402241032144124
Binary11111111110100001010110001001010000101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0AC; }

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

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

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

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

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

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

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

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