#FCCEB7

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

Shades of Apricot #FCCEB7

Tints of Apricot #FCCEB7

Color information

#FCCEB7 (or 0xFCCEB7) is unknown color: approx Apricot. HEX triplet: FC, CE and B7. RGB value is (252,206,183). Sum of RGB (Red+Green+Blue) = 252+206+183=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB7 is #033148. Grayscale: #D9D9D9. Windows color (decimal): -209225 or 12046076. OLE color: 12046076.

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

Color convert

RGB252206183-
CMYK00.180.270.01
HSL20º92%85.29%-
HSV(B)20º27.38%98.82%-
XYZ70.7668.2654.25-
YUV217.13108.74152.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=39.31%
G=32.14%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220618300.180.270.01209285.29
HexFCCEB70121B1145c55
Octal37431626702233124134125
Binary1111110011001110101101110100101101111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEB7; }

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

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

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

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

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

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

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

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