#FCC9B1

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

Shades of Apricot #FCC9B1

Tints of Apricot #FCC9B1

Color information

#FCC9B1 (or 0xFCC9B1) is unknown color: approx Apricot. HEX triplet: FC, C9 and B1. RGB value is (252,201,177). Sum of RGB (Red+Green+Blue) = 252+201+177=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9B1 is #03364E. Grayscale: #D5D5D5. Windows color (decimal): -210511 or 11651580. OLE color: 11651580.

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

Color convert

RGB252201177-
CMYK00.200.300.01
HSL19.2º92.59%84.12%-
HSV(B)19.2º29.76%98.82%-
XYZ68.9765.6450.63-
YUV213.51107.4155.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 177 (69.53% from 255) = 28.10%
R=40%
G=31.90%
B=28.10%

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
Decimal25220117700.200.300.0119.292.5984.12
HexFCC9B10141E1135d54
Octal37431126102436123135124
Binary1111110011001001101100010101001111011001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9B1; }

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

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

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

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

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

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

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

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