Html Css Color HEX #FFB6B2 Melon

📋 copy color: '#FFB6B2'

red 255 ◦ green 182 ◦ blue 178

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

Shades of Melon #FFB6B2

Tints of Melon #FFB6B2

RGB

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

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

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

R = 41.46%
G = 29.59%
B = 28.94%

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

#FFB6B2 (or 0xFFB6B2) is known color: Melon. HEX triplet: FF, B6 and B2. RGB value is (255,182,178). Sum of RGB (Red+Green+Blue) = 255+182+178=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B2 is #00494D. Grayscale: #CBCBCB. Windows color (decimal): -18766 or 11712255. OLE color: 11712255.

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

Color convert

RGB 255 182 178 -
CMYK 0 0.29 0.30 0
HSL 3.12º 1% 0.85% -
HSV(B) 3.12º 0.3% 1% -
XYZ 66 57.93 49.82 -
YUV 203.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 255 182 178 0 0.29 0.30 0 3.12 1 0.85
Hex FF B6 B2 0 1D 1E 0 3 64 55
Octal 377 266 262 0 35 36 0 3 144 125
Binary 11111111 10110110 10110010 0 11101 11110 0 11 1100100 1010101

Color Harmonies of #FFB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B2

Black with #FFB6B2

Text Example


Text Example

White with #FFB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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