#FFD4AB

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

Shades of Apricot #FFD4AB

Tints of Apricot #FFD4AB

Color information

#FFD4AB (or 0xFFD4AB) is unknown color: approx Apricot. HEX triplet: FF, D4 and AB. RGB value is (255,212,171). Sum of RGB (Red+Green+Blue) = 255+212+171=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4AB is #002B54. Grayscale: #DCDCDC. Windows color (decimal): -11093 or 11261183. OLE color: 11261183.

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

Color convert

RGB255212171-
CMYK00.170.330
HSL29.29º100%83.53%-
HSV(B)29.29º32.94%100%-
XYZ72.1371.2948.49-
YUV220.18100.25152.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 171 (67.19% from 255) = 26.80%
R=39.97%
G=33.23%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521217100.170.33029.2910083.53
HexFFD4AB0112101d6454
Octal37732425302141035144124
Binary11111111110101001010101101000110000101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4AB; }

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

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

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

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

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

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

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

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