#FCD3B1

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

Shades of Apricot #FCD3B1

Tints of Apricot #FCD3B1

Color information

#FCD3B1 (or 0xFCD3B1) is unknown color: approx Apricot. HEX triplet: FC, D3 and B1. RGB value is (252,211,177). Sum of RGB (Red+Green+Blue) = 252+211+177=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3B1 is #032C4E. Grayscale: #DBDBDB. Windows color (decimal): -207951 or 11654140. OLE color: 11654140.

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

Color convert

RGB252211177-
CMYK00.160.300.01
HSL27.2º92.59%84.12%-
HSV(B)27.2º29.76%98.82%-
XYZ71.3770.4651.43-
YUV219.38104.08151.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 211 (82.81% from 255) = 32.97%
BLUE value IS 177 (69.53% from 255) = 27.66%
R=39.38%
G=32.97%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221117700.160.300.0127.292.5984.12
HexFCD3B10101E11b5d54
Octal37432326102036133135124
Binary1111110011010011101100010100001111011101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3B1; }

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

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

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

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

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

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

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

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