#FBBDA7

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

Shades of Melon #FBBDA7

Tints of Melon #FBBDA7

Color information

#FBBDA7 (or 0xFBBDA7) is unknown color: approx Melon. HEX triplet: FB, BD and A7. RGB value is (251,189,167). Sum of RGB (Red+Green+Blue) = 251+189+167=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDA7 is #044258. Grayscale: #CDCDCD. Windows color (decimal): -279129 or 10993147. OLE color: 10993147.

HSL color Cylindrical-coordinate representation of color #FBBDA7: hue angle of 15.71º 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 #FBBDA7 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251189167-
CMYK00.250.330.02
HSL15.71º91.3%81.96%-
HSV(B)15.71º33.47%98.43%-
XYZ64.9659.6944.66-
YUV205.03106.54160.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=41.35%
G=31.14%
B=27.51%

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
Decimal25118916700.250.330.0215.7191.381.96
HexFBBDA7019212105b52
Octal37327524703141220133122
Binary111110111011110110100111011001100001101000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDA7; }

 p { color: rgb(251,189,167); }

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

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

 a { background-color: rgb(251,189,167); }

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

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

 span { border-color: rgb(251,189,167); }

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