#FBBCA6

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

Shades of Melon #FBBCA6

Tints of Melon #FBBCA6

Color information

#FBBCA6 (or 0xFBBCA6) is unknown color: approx Melon. HEX triplet: FB, BC and A6. RGB value is (251,188,166). Sum of RGB (Red+Green+Blue) = 251+188+166=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA6 is #044359. Grayscale: #CCCCCC. Windows color (decimal): -279386 or 10927355. OLE color: 10927355.

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

Color convert

RGB251188166-
CMYK00.250.340.02
HSL15.53º91.4%81.76%-
HSV(B)15.53º33.86%98.43%-
XYZ64.6559.2344.1-
YUV204.33106.37161.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=41.49%
G=31.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118816600.250.340.0215.5391.481.76
HexFBBCA6019222105b52
Octal37327424603142220133122
Binary111110111011110010100110011001100010101000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCA6; }

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

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

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

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

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

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

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

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