#FDC5AD

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

Shades of Apricot #FDC5AD

Tints of Apricot #FDC5AD

Color information

#FDC5AD (or 0xFDC5AD) is unknown color: approx Apricot. HEX triplet: FD, C5 and AD. RGB value is (253,197,173). Sum of RGB (Red+Green+Blue) = 253+197+173=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5AD is #023A52. Grayscale: #D3D3D3. Windows color (decimal): -146003 or 11388413. OLE color: 11388413.

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

Color convert

RGB253197173-
CMYK00.220.320.01
HSL18º95.24%83.53%-
HSV(B)18º31.62%99.22%-
XYZ68.0263.8348.27-
YUV211.01106.55157.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=40.61%
G=31.62%
B=27.77%

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
Decimal25319717300.220.320.011895.2483.53
HexFDC5AD016201125f54
Octal37530525502640122137124
Binary11111101110001011010110101011010000011001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5AD; }

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

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

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

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

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

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

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

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