Html Css Color HEX #FFBBA5 Melon

📋 copy color: '#FFBBA5'

red 255 ◦ green 187 ◦ blue 165

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

Shades of Melon #FFBBA5

Tints of Melon #FFBBA5

RGB

 RED value IS 255 (100% from 255) = 42.01%

 GREEN value IS 187 (73.44% from 255) = 30.81%

 BLUE value IS 165 (64.84% from 255) = 27.18%

R = 42.01%
G = 30.81%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFBBA5 (or 0xFFBBA5) is known color: Melon. HEX triplet: FF, BB and A5. RGB value is (255,187,165). Sum of RGB (Red+Green+Blue) = 255+187+165=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA5 is #00445A. Grayscale: #CCCCCC. Windows color (decimal): -17499 or 10861567. OLE color: 10861567.

HSL color Cylindrical-coordinate representation of color #FFBBA5: hue angle of 14.67º 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 #FFBBA5 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 165 -
CMYK 0 0.27 0.35 0
HSL 14.67º 1% 0.82% -
HSV(B) 14.67º 0.35% 1% -
XYZ 65.8 59.52 43.62 -
YUV 204.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 255 187 165 0 0.27 0.35 0 14.67 1 0.82
Hex FF BB A5 0 1B 23 0 F 64 52
Octal 377 273 245 0 33 43 0 17 144 122
Binary 11111111 10111011 10100101 0 11011 100011 0 1111 1100100 1010010

Color Harmonies of #FFBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBA5

Black with #FFBBA5

Text Example


Text Example

White with #FFBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBA5; }

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

 H1.HeaderClassName
 {
   color: #FFBBA5;
 }
 .AnyTagClassName
 {
   color: #FFBBA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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