#FFD3AD

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

Shades of Apricot #FFD3AD

Tints of Apricot #FFD3AD

Color information

#FFD3AD (or 0xFFD3AD) is unknown color: approx Apricot. HEX triplet: FF, D3 and AD. RGB value is (255,211,173). Sum of RGB (Red+Green+Blue) = 255+211+173=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AD is #002C52. Grayscale: #DCDCDC. Windows color (decimal): -11347 or 11391999. OLE color: 11391999.

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

Color convert

RGB255211173-
CMYK00.170.320
HSL27.8º100%83.92%-
HSV(B)27.8º32.16%100%-
XYZ72.0870.8749.41-
YUV219.82101.58153.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=39.91%
G=33.02%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521117300.170.32027.810083.92
HexFFD3AD0112001c6454
Octal37732325502140034144124
Binary11111111110100111010110101000110000001110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3AD; }

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

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

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

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

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

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

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

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