#FCC7AF

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

Shades of Apricot #FCC7AF

Tints of Apricot #FCC7AF

Color information

#FCC7AF (or 0xFCC7AF) is unknown color: approx Apricot. HEX triplet: FC, C7 and AF. RGB value is (252,199,175). Sum of RGB (Red+Green+Blue) = 252+199+175=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AF is #033850. Grayscale: #D4D4D4. Windows color (decimal): -211025 or 11519996. OLE color: 11519996.

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

Color convert

RGB252199175-
CMYK00.210.310.01
HSL18.7º92.77%83.73%-
HSV(B)18.7º30.56%98.82%-
XYZ68.3164.6449.43-
YUV212.11107.06156.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=40.26%
G=31.79%
B=27.96%

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
Decimal25219917500.210.310.0118.792.7783.73
HexFCC7AF0151F1135d54
Octal37430725702537123135124
Binary1111110011000111101011110101011111111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7AF; }

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

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

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

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

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

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

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

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