#FCC9B0

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

Shades of Apricot #FCC9B0

Tints of Apricot #FCC9B0

Color information

#FCC9B0 (or 0xFCC9B0) is unknown color: approx Apricot. HEX triplet: FC, C9 and B0. RGB value is (252,201,176). Sum of RGB (Red+Green+Blue) = 252+201+176=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9B0 is #03364F. Grayscale: #D5D5D5. Windows color (decimal): -210512 or 11586044. OLE color: 11586044.

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

Color convert

RGB252201176-
CMYK00.200.300.01
HSL19.74º92.68%83.92%-
HSV(B)19.74º30.16%98.82%-
XYZ68.8765.650.11-
YUV213.4106.9155.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 176 (69.14% from 255) = 27.98%
R=40.06%
G=31.96%
B=27.98%

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
Decimal25220117600.200.300.0119.7492.6883.92
HexFCC9B00141E1145d54
Octal37431126002436124135124
Binary1111110011001001101100000101001111011010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9B0; }

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

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

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

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

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

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

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

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