#FCC8AF

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

Shades of Apricot #FCC8AF

Tints of Apricot #FCC8AF

Color information

#FCC8AF (or 0xFCC8AF) is unknown color: approx Apricot. HEX triplet: FC, C8 and AF. RGB value is (252,200,175). Sum of RGB (Red+Green+Blue) = 252+200+175=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AF is #033750. Grayscale: #D4D4D4. Windows color (decimal): -210769 or 11520252. OLE color: 11520252.

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

Color convert

RGB252200175-
CMYK00.210.310.01
HSL19.48º92.77%83.73%-
HSV(B)19.48º30.56%98.82%-
XYZ68.5465.149.51-
YUV212.7106.73156.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=40.19%
G=31.90%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220017500.210.310.0119.4892.7783.73
HexFCC8AF0151F1135d54
Octal37431025702537123135124
Binary1111110011001000101011110101011111111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8AF; }

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

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

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

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

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

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

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

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