#FCC7AB

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

Shades of Apricot #FCC7AB

Tints of Apricot #FCC7AB

Color information

#FCC7AB (or 0xFCC7AB) is unknown color: approx Apricot. HEX triplet: FC, C7 and AB. RGB value is (252,199,171). Sum of RGB (Red+Green+Blue) = 252+199+171=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AB is #033854. Grayscale: #D3D3D3. Windows color (decimal): -211029 or 11257852. OLE color: 11257852.

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

Color convert

RGB252199171-
CMYK00.210.320.01
HSL20.74º93.1%82.94%-
HSV(B)20.74º32.14%98.82%-
XYZ67.9264.4847.39-
YUV211.66105.06156.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=40.51%
G=31.99%
B=27.49%

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
Decimal25219917100.210.320.0120.7493.182.94
HexFCC7AB015201155d53
Octal37430725302540125135123
Binary11111100110001111010101101010110000011010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7AB; }

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

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

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

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

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

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

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

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