#FCB9B3

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

Shades of Melon #FCB9B3

Tints of Melon #FCB9B3

Color information

#FCB9B3 (or 0xFCB9B3) is unknown color: approx Melon. HEX triplet: FC, B9 and B3. RGB value is (252,185,179). Sum of RGB (Red+Green+Blue) = 252+185+179=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9B3 is #03464C. Grayscale: #CCCCCC. Windows color (decimal): -214605 or 11778556. OLE color: 11778556.

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

Color convert

RGB252185179-
CMYK00.270.290.01
HSL4.93º92.41%84.51%-
HSV(B)4.93º28.97%98.82%-
XYZ65.6358.6550.51-
YUV204.35113.7161.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 179 (70.31% from 255) = 29.06%
R=40.91%
G=30.03%
B=29.06%

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
Decimal25218517900.270.290.014.9392.4184.51
HexFCB9B301B1D155c55
Octal3742712630333515134125
Binary11111100101110011011001101101111101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9B3; }

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

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

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

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

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

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

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

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