#FFD2AE

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

Shades of Apricot #FFD2AE

Tints of Apricot #FFD2AE

Color information

#FFD2AE (or 0xFFD2AE) is unknown color: approx Apricot. HEX triplet: FF, D2 and AE. RGB value is (255,210,174). Sum of RGB (Red+Green+Blue) = 255+210+174=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AE is #002D51. Grayscale: #DBDBDB. Windows color (decimal): -11602 or 11457279. OLE color: 11457279.

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

Color convert

RGB255210174-
CMYK00.180.320
HSL26.67º100%84.12%-
HSV(B)26.67º31.76%100%-
XYZ71.9370.4149.84-
YUV219.35102.41153.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 210 (82.42% from 255) = 32.86%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=39.91%
G=32.86%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521017400.180.32026.6710084.12
HexFFD2AE0122001b6454
Octal37732225602240033144124
Binary11111111110100101010111001001010000001101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2AE; }

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

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

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

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

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

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

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

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