Html Css Color HEX #F6BAAB Melon

📋 copy color: '#F6BAAB'

red 246 ◦ green 186 ◦ blue 171

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

Shades of Melon #F6BAAB

Tints of Melon #F6BAAB

RGB

 RED value IS 246 (96.48% from 255) = 40.8%

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

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

R = 40.8%
G = 30.85%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6BAAB (or 0xF6BAAB) is known color: Melon. HEX triplet: F6, BA and AB. RGB value is (246,186,171). Sum of RGB (Red+Green+Blue) = 246+186+171=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAAB is #094554. Grayscale: #CACACA. Windows color (decimal): -607573 or 11254518. OLE color: 11254518.

HSL color Cylindrical-coordinate representation of color #F6BAAB: hue angle of 12º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6BAAB is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 171 -
CMYK 0 0.24 0.30 0.04
HSL 12º 0.81% 0.82% -
HSV(B) 12º 0.3% 0.96% -
XYZ 62.92 57.65 46.34 -
YUV 202.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 246 186 171 0 0.24 0.30 0.04 12 0.81 0.82
Hex F6 BA AB 0 18 1E 4 C 51 52
Octal 366 272 253 0 30 36 4 14 121 122
Binary 11110110 10111010 10101011 0 11000 11110 100 1100 1010001 1010010

Color Harmonies of #F6BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BAAB

Black with #F6BAAB

Text Example


Text Example

White with #F6BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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