#FCCEB3

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

Shades of Apricot #FCCEB3

Tints of Apricot #FCCEB3

Color information

#FCCEB3 (or 0xFCCEB3) is unknown color: approx Apricot. HEX triplet: FC, CE and B3. RGB value is (252,206,179). Sum of RGB (Red+Green+Blue) = 252+206+179=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB3 is #03314C. Grayscale: #D8D8D8. Windows color (decimal): -209229 or 11783932. OLE color: 11783932.

HSL color Cylindrical-coordinate representation of color #FCCEB3: hue angle of 22.19º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCEB3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252206179-
CMYK00.180.290.01
HSL22.19º92.41%84.51%-
HSV(B)22.19º28.97%98.82%-
XYZ70.3568.0952.08-
YUV216.68106.74153.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 179 (70.31% from 255) = 28.10%
R=39.56%
G=32.34%
B=28.10%

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
Decimal25220617900.180.290.0122.1992.4184.51
HexFCCEB30121D1165c55
Octal37431626302235126134125
Binary1111110011001110101100110100101110111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEB3; }

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

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

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

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

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

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

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

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