#FDC7AB

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

Shades of Apricot #FDC7AB

Tints of Apricot #FDC7AB

Color information

#FDC7AB (or 0xFDC7AB) is unknown color: approx Apricot. HEX triplet: FD, C7 and AB. RGB value is (253,199,171). Sum of RGB (Red+Green+Blue) = 253+199+171=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AB is #023854. Grayscale: #D4D4D4. Windows color (decimal): -145493 or 11257853. OLE color: 11257853.

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

Color convert

RGB253199171-
CMYK00.210.320.01
HSL20.49º95.35%83.14%-
HSV(B)20.49º32.41%99.22%-
XYZ68.2864.6747.41-
YUV211.95104.89157.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=40.61%
G=31.94%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319917100.210.320.0120.4995.3583.14
HexFDC7AB015201145f53
Octal37530725302540124137123
Binary11111101110001111010101101010110000011010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7AB; }

 p { color: rgb(253,199,171); }

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

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

 a { background-color: rgb(253,199,171); }

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

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

 span { border-color: rgb(253,199,171); }

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