Html Css Color HEX #FFB6AB Melon

📋 copy color: '#FFB6AB'

red 255 ◦ green 182 ◦ blue 171

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

Shades of Melon #FFB6AB

Tints of Melon #FFB6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.13%

R = 41.94%
G = 29.93%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB6AB (or 0xFFB6AB) is known color: Melon. HEX triplet: FF, B6 and AB. RGB value is (255,182,171). Sum of RGB (Red+Green+Blue) = 255+182+171=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AB is #004954. Grayscale: #CACACA. Windows color (decimal): -18773 or 11253503. OLE color: 11253503.

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

Color convert

RGB 255 182 171 -
CMYK 0 0.29 0.33 0
HSL 7.86º 1% 0.84% -
HSV(B) 7.86º 0.33% 1% -
XYZ 65.32 57.66 46.21 -
YUV 202.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 255 182 171 0 0.29 0.33 0 7.86 1 0.84
Hex FF B6 AB 0 1D 21 0 8 64 54
Octal 377 266 253 0 35 41 0 10 144 124
Binary 11111111 10110110 10101011 0 11101 100001 0 1000 1100100 1010100

Color Harmonies of #FFB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6AB

Black with #FFB6AB

Text Example


Text Example

White with #FFB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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