#FCBBB3

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

Shades of Melon #FCBBB3

Tints of Melon #FCBBB3

Color information

#FCBBB3 (or 0xFCBBB3) is unknown color: approx Melon. HEX triplet: FC, BB and B3. RGB value is (252,187,179). Sum of RGB (Red+Green+Blue) = 252+187+179=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB3 is #03444C. Grayscale: #CDCDCD. Windows color (decimal): -214093 or 11779068. OLE color: 11779068.

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

Color convert

RGB252187179-
CMYK00.260.290.01
HSL6.58º92.41%84.51%-
HSV(B)6.58º28.97%98.82%-
XYZ66.0559.4950.65-
YUV205.52113.03161.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=40.78%
G=30.26%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218717900.260.290.016.5892.4184.51
HexFCBBB301A1D175c55
Octal3742732630323517134125
Binary11111100101110111011001101101011101111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB3; }

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

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

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

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

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

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

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

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