Html Css Color HEX #FFBAB6 Melon

📋 copy color: '#FFBAB6'

red 255 ◦ green 186 ◦ blue 182

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

Shades of Melon #FFBAB6

Tints of Melon #FFBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.21%

R = 40.93%
G = 29.86%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFBAB6 (or 0xFFBAB6) is known color: Melon. HEX triplet: FF, BA and B6. RGB value is (255,186,182). Sum of RGB (Red+Green+Blue) = 255+186+182=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB6 is #004549. Grayscale: #CECECE. Windows color (decimal): -17738 or 11975423. OLE color: 11975423.

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

Color convert

RGB 255 186 182 -
CMYK 0 0.27 0.29 0
HSL 3.29º 1% 0.86% -
HSV(B) 3.29º 0.29% 1% -
XYZ 67.24 59.76 52.25 -
YUV 206.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 255 186 182 0 0.27 0.29 0 3.29 1 0.86
Hex FF BA B6 0 1B 1D 0 3 64 56
Octal 377 272 266 0 33 35 0 3 144 126
Binary 11111111 10111010 10110110 0 11011 11101 0 11 1100100 1010110

Color Harmonies of #FFBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAB6

Black with #FFBAB6

Text Example


Text Example

White with #FFBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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