Html Css Color HEX #FFBBA6 Melon

📋 copy color: '#FFBBA6'

red 255 ◦ green 187 ◦ blue 166

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

Shades of Melon #FFBBA6

Tints of Melon #FFBBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.3%

R = 41.94%
G = 30.76%
B = 27.3%

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

#FFBBA6 (or 0xFFBBA6) is known color: Melon. HEX triplet: FF, BB and A6. RGB value is (255,187,166). Sum of RGB (Red+Green+Blue) = 255+187+166=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA6 is #004459. Grayscale: #CDCDCD. Windows color (decimal): -17498 or 10927103. OLE color: 10927103.

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

Color convert

RGB 255 187 166 -
CMYK 0 0.27 0.35 0
HSL 14.16º 1% 0.83% -
HSV(B) 14.16º 0.35% 1% -
XYZ 65.89 59.55 44.1 -
YUV 204.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 255 187 166 0 0.27 0.35 0 14.16 1 0.83
Hex FF BB A6 0 1B 23 0 E 64 53
Octal 377 273 246 0 33 43 0 16 144 123
Binary 11111111 10111011 10100110 0 11011 100011 0 1110 1100100 1010011

Color Harmonies of #FFBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBA6

Black with #FFBBA6

Text Example


Text Example

White with #FFBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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