Html Css Color HEX #FFBAB0 Melon

📋 copy color: '#FFBAB0'

red 255 ◦ green 186 ◦ blue 176

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

Shades of Melon #FFBAB0

Tints of Melon #FFBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 41.33%
G = 30.15%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFBAB0 (or 0xFFBAB0) is known color: Melon. HEX triplet: FF, BA and B0. RGB value is (255,186,176). Sum of RGB (Red+Green+Blue) = 255+186+176=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAB0 is #00454F. Grayscale: #CDCDCD. Windows color (decimal): -17744 or 11582207. OLE color: 11582207.

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

Color convert

RGB 255 186 176 -
CMYK 0 0.27 0.31 0
HSL 7.59º 1% 0.85% -
HSV(B) 7.59º 0.31% 1% -
XYZ 66.64 59.51 49.05 -
YUV 205.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 255 186 176 0 0.27 0.31 0 7.59 1 0.85
Hex FF BA B0 0 1B 1F 0 8 64 55
Octal 377 272 260 0 33 37 0 10 144 125
Binary 11111111 10111010 10110000 0 11011 11111 0 1000 1100100 1010101

Color Harmonies of #FFBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAB0

Black with #FFBAB0

Text Example


Text Example

White with #FFBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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