#FCCDB1

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

Shades of Apricot #FCCDB1

Tints of Apricot #FCCDB1

Color information

#FCCDB1 (or 0xFCCDB1) is unknown color: approx Apricot. HEX triplet: FC, CD and B1. RGB value is (252,205,177). Sum of RGB (Red+Green+Blue) = 252+205+177=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDB1 is #03324E. Grayscale: #D8D8D8. Windows color (decimal): -209487 or 11652604. OLE color: 11652604.

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

Color convert

RGB252205177-
CMYK00.190.300.01
HSL22.4º92.59%84.12%-
HSV(B)22.4º29.76%98.82%-
XYZ69.9167.5350.95-
YUV215.86106.07153.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=39.75%
G=32.33%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220517700.190.300.0122.492.5984.12
HexFCCDB10131E1165d54
Octal37431526102336126135124
Binary1111110011001101101100010100111111011011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDB1; }

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

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

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

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

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

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

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

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