Html Css Color HEX #F6BFB0 Melon

📋 copy color: '#F6BFB0'

red 246 ◦ green 191 ◦ blue 176

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

Shades of Melon #F6BFB0

Tints of Melon #F6BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 31.16%

 BLUE value IS 176 (69.14% from 255) = 28.71%

R = 40.13%
G = 31.16%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F6BFB0 (or 0xF6BFB0) is known color: Melon. HEX triplet: F6, BF and B0. RGB value is (246,191,176). Sum of RGB (Red+Green+Blue) = 246+191+176=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFB0 is #09404F. Grayscale: #CDCDCD. Windows color (decimal): -606288 or 11583478. OLE color: 11583478.

HSL color Cylindrical-coordinate representation of color #F6BFB0: hue angle of 12.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6BFB0 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 176 -
CMYK 0 0.22 0.28 0.04
HSL 12.86º 0.8% 0.83% -
HSV(B) 12.86º 0.28% 0.96% -
XYZ 64.47 59.99 49.26 -
YUV 205.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 246 191 176 0 0.22 0.28 0.04 12.86 0.8 0.83
Hex F6 BF B0 0 16 1C 4 D 50 53
Octal 366 277 260 0 26 34 4 15 120 123
Binary 11110110 10111111 10110000 0 10110 11100 100 1101 1010000 1010011

Color Harmonies of #F6BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFB0

Black with #F6BFB0

Text Example


Text Example

White with #F6BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFB0; }

 p { color: rgb(246,191,176); }

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

background-color css

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

 a { background-color: rgb(246,191,176); }

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

border-color css

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

 span { border-color: rgb(246,191,176); }

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