#FCC5AF

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

Shades of Apricot #FCC5AF

Tints of Apricot #FCC5AF

Color information

#FCC5AF (or 0xFCC5AF) is unknown color: approx Apricot. HEX triplet: FC, C5 and AF. RGB value is (252,197,175). Sum of RGB (Red+Green+Blue) = 252+197+175=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AF is #033A50. Grayscale: #D3D3D3. Windows color (decimal): -211537 or 11519484. OLE color: 11519484.

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

Color convert

RGB252197175-
CMYK00.220.310.01
HSL17.14º92.77%83.73%-
HSV(B)17.14º30.56%98.82%-
XYZ67.8563.7249.28-
YUV210.94107.72157.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 197 (77.34% from 255) = 31.57%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=40.38%
G=31.57%
B=28.04%

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
Decimal25219717500.220.310.0117.1492.7783.73
HexFCC5AF0161F1115d54
Octal37430525702637121135124
Binary1111110011000101101011110101101111111000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5AF; }

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

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

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

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

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

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

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

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