#FCCCB2

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

Shades of Apricot #FCCCB2

Tints of Apricot #FCCCB2

Color information

#FCCCB2 (or 0xFCCCB2) is unknown color: approx Apricot. HEX triplet: FC, CC and B2. RGB value is (252,204,178). Sum of RGB (Red+Green+Blue) = 252+204+178=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCB2 is #03334D. Grayscale: #D7D7D7. Windows color (decimal): -209742 or 11717884. OLE color: 11717884.

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

Color convert

RGB252204178-
CMYK00.190.290.01
HSL21.08º92.5%84.31%-
HSV(B)21.08º29.37%98.82%-
XYZ69.7767.151.39-
YUV215.39106.9154.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 178 (69.92% from 255) = 28.08%
R=39.75%
G=32.18%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220417800.190.290.0121.0892.584.31
HexFCCCB20131D1155c54
Octal37431426202335125134124
Binary1111110011001100101100100100111110111010110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCB2; }

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

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

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

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

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

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

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

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