#FCBBB6

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

Shades of Melon #FCBBB6

Tints of Melon #FCBBB6

Color information

#FCBBB6 (or 0xFCBBB6) is unknown color: approx Melon. HEX triplet: FC, BB and B6. RGB value is (252,187,182). Sum of RGB (Red+Green+Blue) = 252+187+182=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB6 is #034449. Grayscale: #CDCDCD. Windows color (decimal): -214090 or 11975676. OLE color: 11975676.

HSL color Cylindrical-coordinate representation of color #FCBBB6: hue angle of 4.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCBBB6 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252187182-
CMYK00.260.280.01
HSL4.29º92.11%85.1%-
HSV(B)4.29º27.78%98.82%-
XYZ66.3659.6152.27-
YUV205.86114.53160.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=40.58%
G=30.11%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218718200.260.280.014.2992.1185.1
HexFCBBB601A1C145c55
Octal3742732660323414134125
Binary11111100101110111011011001101011100110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB6; }

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

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

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

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

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

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

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

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