#FBBCA8

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

Shades of Melon #FBBCA8

Tints of Melon #FBBCA8

Color information

#FBBCA8 (or 0xFBBCA8) is unknown color: approx Melon. HEX triplet: FB, BC and A8. RGB value is (251,188,168). Sum of RGB (Red+Green+Blue) = 251+188+168=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA8 is #044357. Grayscale: #CCCCCC. Windows color (decimal): -279384 or 11058427. OLE color: 11058427.

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

Color convert

RGB251188168-
CMYK00.250.330.02
HSL14.46º91.21%82.16%-
HSV(B)14.46º33.07%98.43%-
XYZ64.8359.345.08-
YUV204.56107.37161.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=41.35%
G=30.97%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118816800.250.330.0214.4691.2182.16
HexFBBCA8019212e5b52
Octal37327425003141216133122
Binary11111011101111001010100001100110000110111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCA8; }

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

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

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

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

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

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

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

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