#FCC5AD

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

Shades of Apricot #FCC5AD

Tints of Apricot #FCC5AD

Color information

#FCC5AD (or 0xFCC5AD) is unknown color: approx Apricot. HEX triplet: FC, C5 and AD. RGB value is (252,197,173). Sum of RGB (Red+Green+Blue) = 252+197+173=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AD is #033A52. Grayscale: #D2D2D2. Windows color (decimal): -211539 or 11388412. OLE color: 11388412.

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

Color convert

RGB252197173-
CMYK00.220.310.01
HSL18.23º92.94%83.33%-
HSV(B)18.23º31.35%98.82%-
XYZ67.6563.6548.25-
YUV210.71106.72157.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=40.51%
G=31.67%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219717300.220.310.0118.2392.9483.33
HexFCC5AD0161F1125d53
Octal37430525502637122135123
Binary1111110011000101101011010101101111111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5AD; }

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

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

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

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

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

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

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

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