#FCCBB1

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

Shades of Apricot #FCCBB1

Tints of Apricot #FCCBB1

Color information

#FCCBB1 (or 0xFCCBB1) is unknown color: approx Apricot. HEX triplet: FC, CB and B1. RGB value is (252,203,177). Sum of RGB (Red+Green+Blue) = 252+203+177=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBB1 is #03344E. Grayscale: #D6D6D6. Windows color (decimal): -209999 or 11652092. OLE color: 11652092.

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

Color convert

RGB252203177-
CMYK00.190.300.01
HSL20.8º92.59%84.12%-
HSV(B)20.8º29.76%98.82%-
XYZ69.4466.5850.79-
YUV214.69106.73154.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=39.87%
G=32.12%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220317700.190.300.0120.892.5984.12
HexFCCBB10131E1155d54
Octal37431326102336125135124
Binary1111110011001011101100010100111111011010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBB1; }

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

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

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

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

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

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

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

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