#FBBCB3

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

Shades of Melon #FBBCB3

Tints of Melon #FBBCB3

Color information

#FBBCB3 (or 0xFBBCB3) is unknown color: approx Melon. HEX triplet: FB, BC and B3. RGB value is (251,188,179). Sum of RGB (Red+Green+Blue) = 251+188+179=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB3 is #04434C. Grayscale: #CDCDCD. Windows color (decimal): -279373 or 11779323. OLE color: 11779323.

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

Color convert

RGB251188179-
CMYK00.250.290.02
HSL7.5º90%84.31%-
HSV(B)7.5º28.69%98.43%-
XYZ65.959.7350.7-
YUV205.81112.87160.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=40.61%
G=30.42%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118817900.250.290.027.59084.31
HexFBBCB30191D285a54
Octal37327426303135210132124
Binary1111101110111100101100110110011110110100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCB3; }

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

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

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

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

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

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

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

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