Html Css Color HEX #FFBDB1 Melon

📋 copy color: '#FFBDB1'

red 255 ◦ green 189 ◦ blue 177

#FFBDB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melon #FFBDB1

Tints of Melon #FFBDB1

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.5%

R = 41.06%
G = 30.43%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFBDB1 (or 0xFFBDB1) is known color: 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

RGB 255 189 177 -
CMYK 0 0.26 0.31 0
HSL 9.23º 1% 0.85% -
HSV(B) 9.23º 0.31% 1% -
XYZ 67.37 60.83 49.79 -
YUV 207.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 255 189 177 0 0.26 0.31 0 9.23 1 0.85
Hex FF BD B1 0 1A 1F 0 9 64 55
Octal 377 275 261 0 32 37 0 11 144 125
Binary 11111111 10111101 10110001 0 11010 11111 0 1001 1100100 1010101

Color Harmonies of #FFBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDB1

Black with #FFBDB1

Text Example


Text Example

White with #FFBDB1

Text Example


Text Example

HTML Codes & Css Web 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>