#FCB9B2

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

Shades of Melon #FCB9B2

Tints of Melon #FCB9B2

Color information

#FCB9B2 (or 0xFCB9B2) is unknown color: approx Melon. HEX triplet: FC, B9 and B2. RGB value is (252,185,178). Sum of RGB (Red+Green+Blue) = 252+185+178=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9B2 is #03464D. Grayscale: #CCCCCC. Windows color (decimal): -214606 or 11713020. OLE color: 11713020.

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

Color convert

RGB252185178-
CMYK00.270.290.01
HSL5.68º92.5%84.31%-
HSV(B)5.68º29.37%98.82%-
XYZ65.5358.6149.98-
YUV204.24113.2162.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=40.98%
G=30.08%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218517800.270.290.015.6892.584.31
HexFCB9B201B1D165c54
Octal3742712620333516134124
Binary11111100101110011011001001101111101111010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9B2; }

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

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

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

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

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

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

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

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