#FCBCB2

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

Shades of Melon #FCBCB2

Tints of Melon #FCBCB2

Color information

#FCBCB2 (or 0xFCBCB2) is unknown color: approx Melon. HEX triplet: FC, BC and B2. RGB value is (252,188,178). Sum of RGB (Red+Green+Blue) = 252+188+178=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCB2 is #03434D. Grayscale: #CECECE. Windows color (decimal): -213838 or 11713788. OLE color: 11713788.

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

Color convert

RGB252188178-
CMYK00.250.290.01
HSL8.11º92.5%84.31%-
HSV(B)8.11º29.37%98.82%-
XYZ66.1659.8850.19-
YUV206112.2160.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=40.78%
G=30.42%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218817800.250.290.018.1192.584.31
HexFCBCB20191D185c54
Octal37427426203135110134124
Binary111111001011110010110010011001111011100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCB2; }

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

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

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

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

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

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

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

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