Html Css Color HEX #F7BCA6 Melon

📋 copy color: '#F7BCA6'

red 247 ◦ green 188 ◦ blue 166

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

Shades of Melon #F7BCA6

Tints of Melon #F7BCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

 BLUE value IS 166 (65.23% from 255) = 27.62%

R = 41.1%
G = 31.28%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F7BCA6 (or 0xF7BCA6) is known color: Melon. HEX triplet: F7, BC and A6. RGB value is (247,188,166). Sum of RGB (Red+Green+Blue) = 247+188+166=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCA6 is #084359. Grayscale: #CBCBCB. Windows color (decimal): -541530 or 10927351. OLE color: 10927351.

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

Color convert

RGB 247 188 166 -
CMYK 0 0.24 0.33 0.03
HSL 16.3º 0.84% 0.81% -
HSV(B) 16.3º 0.33% 0.97% -
XYZ 63.22 58.49 44.03 -
YUV 203.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 247 188 166 0 0.24 0.33 0.03 16.3 0.84 0.81
Hex F7 BC A6 0 18 21 3 10 54 51
Octal 367 274 246 0 30 41 3 20 124 121
Binary 11110111 10111100 10100110 0 11000 100001 11 10000 1010100 1010001

Color Harmonies of #F7BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BCA6

Black with #F7BCA6

Text Example


Text Example

White with #F7BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BCA6; }

 p { color: rgb(247,188,166); }

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

background-color css

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

 a { background-color: rgb(247,188,166); }

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

border-color css

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

 span { border-color: rgb(247,188,166); }

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