Html Css Color HEX #FFB6B6 Melon

📋 copy color: '#FFB6B6'

red 255 ◦ green 182 ◦ blue 182

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

Shades of Melon #FFB6B6

Tints of Melon #FFB6B6

RGB

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

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

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

R = 41.2%
G = 29.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB6B6 (or 0xFFB6B6) is known color: Melon. HEX triplet: FF, B6 and B6. RGB value is (255,182,182). Sum of RGB (Red+Green+Blue) = 255+182+182=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B6 is #004949. Grayscale: #CBCBCB. Windows color (decimal): -18762 or 11974399. OLE color: 11974399.

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

Color convert

RGB 255 182 182 -
CMYK 0 0.29 0.29 0
HSL 1% 0.86% -
HSV(B) 0.29% 1% -
XYZ 66.41 58.09 51.97 -
YUV 203.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 255 182 182 0 0.29 0.29 0 0 1 0.86
Hex FF B6 B6 0 1D 1D 0 0 64 56
Octal 377 266 266 0 35 35 0 0 144 126
Binary 11111111 10110110 10110110 0 11101 11101 0 0 1100100 1010110

Color Harmonies of #FFB6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B6

Black with #FFB6B6

Text Example


Text Example

White with #FFB6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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