Html Css Color HEX #FFB9B6 Melon

📋 copy color: '#FFB9B6'

red 255 ◦ green 185 ◦ blue 182

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

Shades of Melon #FFB9B6

Tints of Melon #FFB9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.26%

R = 41%
G = 29.74%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB9B6 (or 0xFFB9B6) is known color: Melon. HEX triplet: FF, B9 and B6. RGB value is (255,185,182). Sum of RGB (Red+Green+Blue) = 255+185+182=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9B6 is #004649. Grayscale: #CDCDCD. Windows color (decimal): -17994 or 11975167. OLE color: 11975167.

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

Color convert

RGB 255 185 182 -
CMYK 0 0.27 0.29 0
HSL 2.47º 1% 0.86% -
HSV(B) 2.47º 0.29% 1% -
XYZ 67.03 59.34 52.18 -
YUV 205.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 255 185 182 0 0.27 0.29 0 2.47 1 0.86
Hex FF B9 B6 0 1B 1D 0 2 64 56
Octal 377 271 266 0 33 35 0 2 144 126
Binary 11111111 10111001 10110110 0 11011 11101 0 10 1100100 1010110

Color Harmonies of #FFB9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9B6

Black with #FFB9B6

Text Example


Text Example

White with #FFB9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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