#FFD4AD

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

Shades of Apricot #FFD4AD

Tints of Apricot #FFD4AD

Color information

#FFD4AD (or 0xFFD4AD) is unknown color: approx Apricot. HEX triplet: FF, D4 and AD. RGB value is (255,212,173). Sum of RGB (Red+Green+Blue) = 255+212+173=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AD is #002B52. Grayscale: #DCDCDC. Windows color (decimal): -11091 or 11392255. OLE color: 11392255.

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

Color convert

RGB255212173-
CMYK00.170.320
HSL28.54º100%83.92%-
HSV(B)28.54º32.16%100%-
XYZ72.3371.3649.5-
YUV220.41101.25152.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=39.84%
G=33.12%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521217300.170.32028.5410083.92
HexFFD4AD0112001d6454
Octal37732425502140035144124
Binary11111111110101001010110101000110000001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4AD; }

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

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

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

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

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

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

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

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