#FDBBA7

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

Shades of Melon #FDBBA7

Tints of Melon #FDBBA7

Color information

#FDBBA7 (or 0xFDBBA7) is unknown color: approx Melon. HEX triplet: FD, BB and A7. RGB value is (253,187,167). Sum of RGB (Red+Green+Blue) = 253+187+167=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA7 is #024458. Grayscale: #CCCCCC. Windows color (decimal): -148569 or 10992637. OLE color: 10992637.

HSL color Cylindrical-coordinate representation of color #FDBBA7: hue angle of 13.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBBA7 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253187167-
CMYK00.260.340.01
HSL13.95º95.56%82.35%-
HSV(B)13.95º33.99%99.22%-
XYZ65.2559.2144.55-
YUV204.45106.87162.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=41.68%
G=30.81%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318716700.260.340.0113.9595.5682.35
HexFDBBA701A221e6052
Octal37527324703242116140122
Binary1111110110111011101001110110101000101111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBA7; }

 p { color: rgb(253,187,167); }

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

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

 a { background-color: rgb(253,187,167); }

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

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

 span { border-color: rgb(253,187,167); }

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