#FCD3B0

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

Shades of Apricot #FCD3B0

Tints of Apricot #FCD3B0

Color information

#FCD3B0 (or 0xFCD3B0) is unknown color: approx Apricot. HEX triplet: FC, D3 and B0. RGB value is (252,211,176). Sum of RGB (Red+Green+Blue) = 252+211+176=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3B0 is #032C4F. Grayscale: #DBDBDB. Windows color (decimal): -207952 or 11588604. OLE color: 11588604.

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

Color convert

RGB252211176-
CMYK00.160.300.01
HSL27.63º92.68%83.92%-
HSV(B)27.63º30.16%98.82%-
XYZ71.2870.4250.91-
YUV219.27103.58151.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 176 (69.14% from 255) = 27.54%
R=39.44%
G=33.02%
B=27.54%

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
Decimal25221117600.160.300.0127.6392.6883.92
HexFCD3B00101E11c5d54
Octal37432326002036134135124
Binary1111110011010011101100000100001111011110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3B0; }

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

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

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

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

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

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

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

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