#FCD1B1

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

Shades of Apricot #FCD1B1

Tints of Apricot #FCD1B1

Color information

#FCD1B1 (or 0xFCD1B1) is unknown color: approx Apricot. HEX triplet: FC, D1 and B1. RGB value is (252,209,177). Sum of RGB (Red+Green+Blue) = 252+209+177=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1B1 is #032E4E. Grayscale: #DADADA. Windows color (decimal): -208463 or 11653628. OLE color: 11653628.

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

Color convert

RGB252209177-
CMYK00.170.300.01
HSL25.6º92.59%84.12%-
HSV(B)25.6º29.76%98.82%-
XYZ70.8869.4751.27-
YUV218.21104.75152.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=39.50%
G=32.76%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220917700.170.300.0125.692.5984.12
HexFCD1B10111E11a5d54
Octal37432126102136132135124
Binary1111110011010001101100010100011111011101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1B1; }

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

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

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

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

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

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

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

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