#FCCAB0

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

Shades of Apricot #FCCAB0

Tints of Apricot #FCCAB0

Color information

#FCCAB0 (or 0xFCCAB0) is unknown color: approx Apricot. HEX triplet: FC, CA and B0. RGB value is (252,202,176). Sum of RGB (Red+Green+Blue) = 252+202+176=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAB0 is #03354F. Grayscale: #D6D6D6. Windows color (decimal): -210256 or 11586300. OLE color: 11586300.

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

Color convert

RGB252202176-
CMYK00.200.300.01
HSL20.53º92.68%83.92%-
HSV(B)20.53º30.16%98.82%-
XYZ69.166.0750.19-
YUV213.99106.56155.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 176 (69.14% from 255) = 27.94%
R=40%
G=32.06%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220217600.200.300.0120.5392.6883.92
HexFCCAB00141E1155d54
Octal37431226002436125135124
Binary1111110011001010101100000101001111011010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAB0; }

 p { color: rgb(252,202,176); }

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

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

 a { background-color: rgb(252,202,176); }

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

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

 span { border-color: rgb(252,202,176); }

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