Html Css Color HEX #FFB9AB Melon

📋 copy color: '#FFB9AB'

red 255 ◦ green 185 ◦ blue 171

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

Shades of Melon #FFB9AB

Tints of Melon #FFB9AB

RGB

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

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

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

R = 41.73%
G = 30.28%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB9AB (or 0xFFB9AB) is known color: Melon. HEX triplet: FF, B9 and AB. RGB value is (255,185,171). Sum of RGB (Red+Green+Blue) = 255+185+171=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AB is #004654. Grayscale: #CCCCCC. Windows color (decimal): -18005 or 11254271. OLE color: 11254271.

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

Color convert

RGB 255 185 171 -
CMYK 0 0.27 0.33 0
HSL 10º 1% 0.84% -
HSV(B) 10º 0.33% 1% -
XYZ 65.94 58.9 46.42 -
YUV 204.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 255 185 171 0 0.27 0.33 0 10 1 0.84
Hex FF B9 AB 0 1B 21 0 A 64 54
Octal 377 271 253 0 33 41 0 12 144 124
Binary 11111111 10111001 10101011 0 11011 100001 0 1010 1100100 1010100

Color Harmonies of #FFB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9AB

Black with #FFB9AB

Text Example


Text Example

White with #FFB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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