#FCD1B2

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

Shades of Apricot #FCD1B2

Tints of Apricot #FCD1B2

Color information

#FCD1B2 (or 0xFCD1B2) is unknown color: approx Apricot. HEX triplet: FC, D1 and B2. RGB value is (252,209,178). Sum of RGB (Red+Green+Blue) = 252+209+178=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1B2 is #032E4D. Grayscale: #DADADA. Windows color (decimal): -208462 or 11719164. OLE color: 11719164.

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

Color convert

RGB252209178-
CMYK00.170.290.01
HSL25.14º92.5%84.31%-
HSV(B)25.14º29.37%98.82%-
XYZ70.9869.5151.8-
YUV218.32105.25152.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 209 (82.03% from 255) = 32.71%
BLUE value IS 178 (69.92% from 255) = 27.86%
R=39.44%
G=32.71%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220917800.170.290.0125.1492.584.31
HexFCD1B20111D1195c54
Octal37432126202135131134124
Binary1111110011010001101100100100011110111100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1B2; }

 p { color: rgb(252,209,178); }

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

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

 a { background-color: rgb(252,209,178); }

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

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

 span { border-color: rgb(252,209,178); }

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