#FFD1AB

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

Shades of Apricot #FFD1AB

Tints of Apricot #FFD1AB

Color information

#FFD1AB (or 0xFFD1AB) is unknown color: approx Apricot. HEX triplet: FF, D1 and AB. RGB value is (255,209,171). Sum of RGB (Red+Green+Blue) = 255+209+171=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1AB is #002E54. Grayscale: #DADADA. Windows color (decimal): -11861 or 11260415. OLE color: 11260415.

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

Color convert

RGB255209171-
CMYK00.180.330
HSL27.14º100%83.53%-
HSV(B)27.14º32.94%100%-
XYZ71.3969.848.24-
YUV218.42101.24154.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=40.16%
G=32.91%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520917100.180.33027.1410083.53
HexFFD1AB0122101b6454
Octal37732125302241033144124
Binary11111111110100011010101101001010000101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1AB; }

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

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

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

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

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

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

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

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