#FFBDB1

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

Shades of Melon #FFBDB1

Tints of Melon #FFBDB1

Color information

#FFBDB1 (or 0xFFBDB1) is unknown color: approx Melon. HEX triplet: FF, BD and B1. RGB value is (255,189,177). Sum of RGB (Red+Green+Blue) = 255+189+177=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDB1 is #00424E. Grayscale: #CFCFCF. Windows color (decimal): -16975 or 11648511. OLE color: 11648511.

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

Color convert

RGB255189177-
CMYK00.260.310
HSL9.23º100%84.71%-
HSV(B)9.23º30.59%100%-
XYZ67.3760.8349.79-
YUV207.37110.87161.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=41.06%
G=30.43%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518917700.260.3109.2310084.71
HexFFBDB101A1F096455
Octal37727526103237011144125
Binary111111111011110110110001011010111110100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDB1; }

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

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

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

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

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

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

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

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