Html Css Color HEX #FFBAA4 Melon

📋 copy color: '#FFBAA4'

red 255 ◦ green 186 ◦ blue 164

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

Shades of Melon #FFBAA4

Tints of Melon #FFBAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.11%

R = 42.15%
G = 30.74%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFBAA4 (or 0xFFBAA4) is known color: Melon. HEX triplet: FF, BA and A4. RGB value is (255,186,164). Sum of RGB (Red+Green+Blue) = 255+186+164=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA4 is #00455B. Grayscale: #CCCCCC. Windows color (decimal): -17756 or 10795775. OLE color: 10795775.

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

Color convert

RGB 255 186 164 -
CMYK 0 0.27 0.36 0
HSL 14.51º 1% 0.82% -
HSV(B) 14.51º 0.36% 1% -
XYZ 65.5 59.06 43.07 -
YUV 204.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 255 186 164 0 0.27 0.36 0 14.51 1 0.82
Hex FF BA A4 0 1B 24 0 F 64 52
Octal 377 272 244 0 33 44 0 17 144 122
Binary 11111111 10111010 10100100 0 11011 100100 0 1111 1100100 1010010

Color Harmonies of #FFBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAA4

Black with #FFBAA4

Text Example


Text Example

White with #FFBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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