#FFBDA9

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

Shades of Melon #FFBDA9

Tints of Melon #FFBDA9

Color information

#FFBDA9 (or 0xFFBDA9) is unknown color: approx Melon. HEX triplet: FF, BD and A9. RGB value is (255,189,169). Sum of RGB (Red+Green+Blue) = 255+189+169=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA9 is #004256. Grayscale: #CECECE. Windows color (decimal): -16983 or 11124223. OLE color: 11124223.

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

Color convert

RGB255189169-
CMYK00.260.340
HSL13.95º100%83.14%-
HSV(B)13.95º33.73%100%-
XYZ66.660.5245.71-
YUV206.45106.87162.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=41.60%
G=30.83%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518916900.260.34013.9510083.14
HexFFBDA901A220e6453
Octal37727525103242016144123
Binary1111111110111101101010010110101000100111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDA9; }

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

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

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

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

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

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

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

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