Html Css Color HEX #FFB9B2 Melon

📋 copy color: '#FFB9B2'

red 255 ◦ green 185 ◦ blue 178

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

Shades of Melon #FFB9B2

Tints of Melon #FFB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.94%

 BLUE value IS 178 (69.92% from 255) = 28.8%

R = 41.26%
G = 29.94%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFB9B2 (or 0xFFB9B2) is known color: Melon. HEX triplet: FF, B9 and B2. RGB value is (255,185,178). Sum of RGB (Red+Green+Blue) = 255+185+178=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9B2 is #00464D. Grayscale: #CDCDCD. Windows color (decimal): -17998 or 11713023. OLE color: 11713023.

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

Color convert

RGB 255 185 178 -
CMYK 0 0.27 0.30 0
HSL 5.45º 1% 0.85% -
HSV(B) 5.45º 0.3% 1% -
XYZ 66.62 59.17 50.03 -
YUV 205.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 255 185 178 0 0.27 0.30 0 5.45 1 0.85
Hex FF B9 B2 0 1B 1E 0 5 64 55
Octal 377 271 262 0 33 36 0 5 144 125
Binary 11111111 10111001 10110010 0 11011 11110 0 101 1100100 1010101

Color Harmonies of #FFB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9B2

Black with #FFB9B2

Text Example


Text Example

White with #FFB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9B2; }

 p { color: rgb(255,185,178); }

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

background-color css

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

 a { background-color: rgb(255,185,178); }

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

border-color css

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

 span { border-color: rgb(255,185,178); }

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