#FDC6AD

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

Shades of Apricot #FDC6AD

Tints of Apricot #FDC6AD

Color information

#FDC6AD (or 0xFDC6AD) is unknown color: approx Apricot. HEX triplet: FD, C6 and AD. RGB value is (253,198,173). Sum of RGB (Red+Green+Blue) = 253+198+173=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AD is #023952. Grayscale: #D3D3D3. Windows color (decimal): -145747 or 11388669. OLE color: 11388669.

HSL color Cylindrical-coordinate representation of color #FDC6AD: hue angle of 18.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDC6AD is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253198173-
CMYK00.220.320.01
HSL18.75º95.24%83.53%-
HSV(B)18.75º31.62%99.22%-
XYZ68.2464.2948.35-
YUV211.6106.22157.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=40.54%
G=31.73%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319817300.220.320.0118.7595.2483.53
HexFDC6AD016201135f54
Octal37530625502640123137124
Binary11111101110001101010110101011010000011001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6AD; }

 p { color: rgb(253,198,173); }

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

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

 a { background-color: rgb(253,198,173); }

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

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

 span { border-color: rgb(253,198,173); }

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