Html Css Color HEX #FFBBA2 Melon

📋 copy color: '#FFBBA2'

red 255 ◦ green 187 ◦ blue 162

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

Shades of Melon #FFBBA2

Tints of Melon #FFBBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.82%

R = 42.22%
G = 30.96%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFBBA2 (or 0xFFBBA2) is known color: Melon. HEX triplet: FF, BB and A2. RGB value is (255,187,162). Sum of RGB (Red+Green+Blue) = 255+187+162=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA2 is #00445D. Grayscale: #CCCCCC. Windows color (decimal): -17502 or 10664959. OLE color: 10664959.

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

Color convert

RGB 255 187 162 -
CMYK 0 0.27 0.36 0
HSL 16.13º 1% 0.82% -
HSV(B) 16.13º 0.36% 1% -
XYZ 65.53 59.41 42.2 -
YUV 204.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 255 187 162 0 0.27 0.36 0 16.13 1 0.82
Hex FF BB A2 0 1B 24 0 10 64 52
Octal 377 273 242 0 33 44 0 20 144 122
Binary 11111111 10111011 10100010 0 11011 100100 0 10000 1100100 1010010

Color Harmonies of #FFBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBA2

Black with #FFBBA2

Text Example


Text Example

White with #FFBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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