#FFBDA5

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

Shades of Melon #FFBDA5

Tints of Melon #FFBDA5

Color information

#FFBDA5 (or 0xFFBDA5) is unknown color: approx Melon. HEX triplet: FF, BD and A5. RGB value is (255,189,165). Sum of RGB (Red+Green+Blue) = 255+189+165=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA5 is #00425A. Grayscale: #CECECE. Windows color (decimal): -16987 or 10862079. OLE color: 10862079.

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

Color convert

RGB255189165-
CMYK00.260.350
HSL16º100%82.35%-
HSV(B)16º35.29%100%-
XYZ66.2360.3743.76-
YUV206104.87162.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=41.87%
G=31.03%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518916500.260.3501610082.35
HexFFBDA501A230106452
Octal37727524503243020144122
Binary11111111101111011010010101101010001101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDA5; }

 p { color: rgb(255,189,165); }

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

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

 a { background-color: rgb(255,189,165); }

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

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

 span { border-color: rgb(255,189,165); }

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