Html Css Color HEX #FFBAAB Melon

📋 copy color: '#FFBAAB'

red 255 ◦ green 186 ◦ blue 171

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

Shades of Melon #FFBAAB

Tints of Melon #FFBAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.94%

R = 41.67%
G = 30.39%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFBAAB (or 0xFFBAAB) is known color: Melon. HEX triplet: FF, BA and AB. RGB value is (255,186,171). Sum of RGB (Red+Green+Blue) = 255+186+171=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAB is #004554. Grayscale: #CDCDCD. Windows color (decimal): -17749 or 11254527. OLE color: 11254527.

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

Color convert

RGB 255 186 171 -
CMYK 0 0.27 0.33 0
HSL 10.71º 1% 0.84% -
HSV(B) 10.71º 0.33% 1% -
XYZ 66.15 59.32 46.49 -
YUV 204.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 255 186 171 0 0.27 0.33 0 10.71 1 0.84
Hex FF BA AB 0 1B 21 0 B 64 54
Octal 377 272 253 0 33 41 0 13 144 124
Binary 11111111 10111010 10101011 0 11011 100001 0 1011 1100100 1010100

Color Harmonies of #FFBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAAB

Black with #FFBAAB

Text Example


Text Example

White with #FFBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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