Html Css Color HEX #FFBAB5 Melon

📋 copy color: '#FFBAB5'

red 255 ◦ green 186 ◦ blue 181

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

Shades of Melon #FFBAB5

Tints of Melon #FFBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.1%

R = 41%
G = 29.9%
B = 29.1%

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

#FFBAB5 (or 0xFFBAB5) is known color: Melon. HEX triplet: FF, BA and B5. RGB value is (255,186,181). Sum of RGB (Red+Green+Blue) = 255+186+181=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB5 is #00454A. Grayscale: #CECECE. Windows color (decimal): -17739 or 11909887. OLE color: 11909887.

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

Color convert

RGB 255 186 181 -
CMYK 0 0.27 0.29 0
HSL 4.05º 1% 0.85% -
HSV(B) 4.05º 0.29% 1% -
XYZ 67.14 59.71 51.7 -
YUV 206.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 255 186 181 0 0.27 0.29 0 4.05 1 0.85
Hex FF BA B5 0 1B 1D 0 4 64 55
Octal 377 272 265 0 33 35 0 4 144 125
Binary 11111111 10111010 10110101 0 11011 11101 0 100 1100100 1010101

Color Harmonies of #FFBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAB5

Black with #FFBAB5

Text Example


Text Example

White with #FFBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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