Html Css Color HEX #FFBAA5 Melon

📋 copy color: '#FFBAA5'

red 255 ◦ green 186 ◦ blue 165

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

Shades of Melon #FFBAA5

Tints of Melon #FFBAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

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

R = 42.08%
G = 30.69%
B = 27.23%

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

#FFBAA5 (or 0xFFBAA5) is known color: Melon. HEX triplet: FF, BA and A5. RGB value is (255,186,165). Sum of RGB (Red+Green+Blue) = 255+186+165=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA5 is #00455A. Grayscale: #CCCCCC. Windows color (decimal): -17755 or 10861311. OLE color: 10861311.

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

Color convert

RGB 255 186 165 -
CMYK 0 0.27 0.35 0
HSL 14º 1% 0.82% -
HSV(B) 14º 0.35% 1% -
XYZ 65.59 59.09 43.55 -
YUV 204.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 255 186 165 0 0.27 0.35 0 14 1 0.82
Hex FF BA A5 0 1B 23 0 E 64 52
Octal 377 272 245 0 33 43 0 16 144 122
Binary 11111111 10111010 10100101 0 11011 100011 0 1110 1100100 1010010

Color Harmonies of #FFBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAA5

Black with #FFBAA5

Text Example


Text Example

White with #FFBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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