#FFD3AF

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

Shades of Apricot #FFD3AF

Tints of Apricot #FFD3AF

Color information

#FFD3AF (or 0xFFD3AF) is unknown color: approx Apricot. HEX triplet: FF, D3 and AF. RGB value is (255,211,175). Sum of RGB (Red+Green+Blue) = 255+211+175=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AF is #002C50. Grayscale: #DCDCDC. Windows color (decimal): -11345 or 11523071. OLE color: 11523071.

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

Color convert

RGB255211175-
CMYK00.170.310
HSL27º100%84.31%-
HSV(B)27º31.37%100%-
XYZ72.2770.9450.44-
YUV220.05102.58152.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=39.78%
G=32.92%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521117500.170.3102710084.31
HexFFD3AF0111F01b6454
Octal37732325702137033144124
Binary1111111111010011101011110100011111101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3AF; }

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

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

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

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

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

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

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

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