Html Css Color HEX #FFB9A5 Melon

📋 copy color: '#FFB9A5'

red 255 ◦ green 185 ◦ blue 165

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

Shades of Melon #FFB9A5

Tints of Melon #FFB9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.27%

R = 42.15%
G = 30.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFB9A5 (or 0xFFB9A5) is known color: Melon. HEX triplet: FF, B9 and A5. RGB value is (255,185,165). Sum of RGB (Red+Green+Blue) = 255+185+165=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A5 is #00465A. Grayscale: #CBCBCB. Windows color (decimal): -18011 or 10861055. OLE color: 10861055.

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

Color convert

RGB 255 185 165 -
CMYK 0 0.27 0.35 0
HSL 13.33º 1% 0.82% -
HSV(B) 13.33º 0.35% 1% -
XYZ 65.38 58.67 43.48 -
YUV 203.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 255 185 165 0 0.27 0.35 0 13.33 1 0.82
Hex FF B9 A5 0 1B 23 0 D 64 52
Octal 377 271 245 0 33 43 0 15 144 122
Binary 11111111 10111001 10100101 0 11011 100011 0 1101 1100100 1010010

Color Harmonies of #FFB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9A5

Black with #FFB9A5

Text Example


Text Example

White with #FFB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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