#FCCEB2

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

Shades of Apricot #FCCEB2

Tints of Apricot #FCCEB2

Color information

#FCCEB2 (or 0xFCCEB2) is unknown color: approx Apricot. HEX triplet: FC, CE and B2. RGB value is (252,206,178). Sum of RGB (Red+Green+Blue) = 252+206+178=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEB2 is #03314D. Grayscale: #D8D8D8. Windows color (decimal): -209230 or 11718396. OLE color: 11718396.

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

Color convert

RGB252206178-
CMYK00.180.290.01
HSL22.7º92.5%84.31%-
HSV(B)22.7º29.37%98.82%-
XYZ70.2568.0551.55-
YUV216.56106.24153.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=39.62%
G=32.39%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220617800.180.290.0122.792.584.31
HexFCCEB20121D1175c54
Octal37431626202235127134124
Binary1111110011001110101100100100101110111011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEB2; }

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

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

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

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

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

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

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

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