#FBBCB6

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

Shades of Melon #FBBCB6

Tints of Melon #FBBCB6

Color information

#FBBCB6 (or 0xFBBCB6) is unknown color: approx Melon. HEX triplet: FB, BC and B6. RGB value is (251,188,182). Sum of RGB (Red+Green+Blue) = 251+188+182=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB6 is #044349. Grayscale: #CECECE. Windows color (decimal): -279370 or 11975931. OLE color: 11975931.

HSL color Cylindrical-coordinate representation of color #FBBCB6: hue angle of 5.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBBCB6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251188182-
CMYK00.250.270.02
HSL5.22º89.61%84.9%-
HSV(B)5.22º27.49%98.43%-
XYZ66.2159.8552.32-
YUV206.15114.37159.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=40.42%
G=30.27%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118818200.250.270.025.2289.6184.9
HexFBBCB60191B255a55
Octal3732742660313325132125
Binary111110111011110010110110011001110111010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCB6; }

 p { color: rgb(251,188,182); }

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

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

 a { background-color: rgb(251,188,182); }

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

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

 span { border-color: rgb(251,188,182); }

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