Html Css Color HEX #FFBAA6 Melon

📋 copy color: '#FFBAA6'

red 255 ◦ green 186 ◦ blue 166

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

Shades of Melon #FFBAA6

Tints of Melon #FFBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.35%

R = 42.01%
G = 30.64%
B = 27.35%

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

#FFBAA6 (or 0xFFBAA6) is known color: Melon. HEX triplet: FF, BA and A6. RGB value is (255,186,166). Sum of RGB (Red+Green+Blue) = 255+186+166=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA6 is #004559. Grayscale: #CCCCCC. Windows color (decimal): -17754 or 10926847. OLE color: 10926847.

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

Color convert

RGB 255 186 166 -
CMYK 0 0.27 0.35 0
HSL 13.48º 1% 0.83% -
HSV(B) 13.48º 0.35% 1% -
XYZ 65.68 59.13 44.03 -
YUV 204.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 255 186 166 0 0.27 0.35 0 13.48 1 0.83
Hex FF BA A6 0 1B 23 0 D 64 53
Octal 377 272 246 0 33 43 0 15 144 123
Binary 11111111 10111010 10100110 0 11011 100011 0 1101 1100100 1010011

Color Harmonies of #FFBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAA6

Black with #FFBAA6

Text Example


Text Example

White with #FFBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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