#FFD2AB

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

Shades of Apricot #FFD2AB

Tints of Apricot #FFD2AB

Color information

#FFD2AB (or 0xFFD2AB) is unknown color: approx Apricot. HEX triplet: FF, D2 and AB. RGB value is (255,210,171). Sum of RGB (Red+Green+Blue) = 255+210+171=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AB is #002D54. Grayscale: #DBDBDB. Windows color (decimal): -11605 or 11260671. OLE color: 11260671.

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

Color convert

RGB255210171-
CMYK00.180.330
HSL27.86º100%83.53%-
HSV(B)27.86º32.94%100%-
XYZ71.6470.2948.32-
YUV219.01100.91153.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=40.09%
G=33.02%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521017100.180.33027.8610083.53
HexFFD2AB0122101c6454
Octal37732225302241034144124
Binary11111111110100101010101101001010000101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2AB; }

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

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

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

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

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

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

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

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