#FFD2AD

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

Shades of Apricot #FFD2AD

Tints of Apricot #FFD2AD

Color information

#FFD2AD (or 0xFFD2AD) is unknown color: approx Apricot. HEX triplet: FF, D2 and AD. RGB value is (255,210,173). Sum of RGB (Red+Green+Blue) = 255+210+173=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AD is #002D52. Grayscale: #DBDBDB. Windows color (decimal): -11603 or 11391743. OLE color: 11391743.

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

Color convert

RGB255210173-
CMYK00.180.320
HSL27.07º100%83.92%-
HSV(B)27.07º32.16%100%-
XYZ71.8370.3749.33-
YUV219.24101.91153.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=39.97%
G=32.92%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521017300.180.32027.0710083.92
HexFFD2AD0122001b6454
Octal37732225502240033144124
Binary11111111110100101010110101001010000001101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2AD; }

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

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

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

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

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

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

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

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