Html Css Color HEX #F7BAAA Melon

📋 copy color: '#F7BAAA'

red 247 ◦ green 186 ◦ blue 170

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

Shades of Melon #F7BAAA

Tints of Melon #F7BAAA

RGB

 RED value IS 247 (96.88% from 255) = 40.96%

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

 BLUE value IS 170 (66.8% from 255) = 28.19%

R = 40.96%
G = 30.85%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F7BAAA (or 0xF7BAAA) is known color: Melon. HEX triplet: F7, BA and AA. RGB value is (247,186,170). Sum of RGB (Red+Green+Blue) = 247+186+170=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAA is #084555. Grayscale: #CACACA. Windows color (decimal): -542038 or 11188983. OLE color: 11188983.

HSL color Cylindrical-coordinate representation of color #F7BAAA: hue angle of 12.47º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7BAAA is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 170 -
CMYK 0 0.25 0.31 0.03
HSL 12.47º 0.83% 0.82% -
HSV(B) 12.47º 0.31% 0.97% -
XYZ 63.17 57.79 45.86 -
YUV 202.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 247 186 170 0 0.25 0.31 0.03 12.47 0.83 0.82
Hex F7 BA AA 0 19 1F 3 C 53 52
Octal 367 272 252 0 31 37 3 14 123 122
Binary 11110111 10111010 10101010 0 11001 11111 11 1100 1010011 1010010

Color Harmonies of #F7BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAAA

Black with #F7BAAA

Text Example


Text Example

White with #F7BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAAA; }

 p { color: rgb(247,186,170); }

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

background-color css

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

 a { background-color: rgb(247,186,170); }

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

border-color css

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

 span { border-color: rgb(247,186,170); }

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