#FCCAB1

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

Shades of Apricot #FCCAB1

Tints of Apricot #FCCAB1

Color information

#FCCAB1 (or 0xFCCAB1) is unknown color: approx Apricot. HEX triplet: FC, CA and B1. RGB value is (252,202,177). Sum of RGB (Red+Green+Blue) = 252+202+177=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAB1 is #03354E. Grayscale: #D6D6D6. Windows color (decimal): -210255 or 11651836. OLE color: 11651836.

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

Color convert

RGB252202177-
CMYK00.200.300.01
HSL20º92.59%84.12%-
HSV(B)20º29.76%98.82%-
XYZ69.266.1150.71-
YUV214.1107.06155.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=39.94%
G=32.01%
B=28.05%

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
Decimal25220217700.200.300.012092.5984.12
HexFCCAB10141E1145d54
Octal37431226102436124135124
Binary1111110011001010101100010101001111011010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAB1; }

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

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

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

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

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

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

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

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