Html Css Color HEX #FFB6B3 Melon

📋 copy color: '#FFB6B3'

red 255 ◦ green 182 ◦ blue 179

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

Shades of Melon #FFB6B3

Tints of Melon #FFB6B3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.55%

 BLUE value IS 179 (70.31% from 255) = 29.06%

R = 41.4%
G = 29.55%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFB6B3 (or 0xFFB6B3) is known color: Melon. HEX triplet: FF, B6 and B3. RGB value is (255,182,179). Sum of RGB (Red+Green+Blue) = 255+182+179=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B3 is #00494C. Grayscale: #CBCBCB. Windows color (decimal): -18765 or 11777791. OLE color: 11777791.

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

Color convert

RGB 255 182 179 -
CMYK 0 0.29 0.30 0
HSL 2.37º 1% 0.85% -
HSV(B) 2.37º 0.3% 1% -
XYZ 66.1 57.97 50.35 -
YUV 203.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 255 182 179 0 0.29 0.30 0 2.37 1 0.85
Hex FF B6 B3 0 1D 1E 0 2 64 55
Octal 377 266 263 0 35 36 0 2 144 125
Binary 11111111 10110110 10110011 0 11101 11110 0 10 1100100 1010101

Color Harmonies of #FFB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B3

Black with #FFB6B3

Text Example


Text Example

White with #FFB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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