Html Css Color HEX #F6BFAE Melon

📋 copy color: '#F6BFAE'

red 246 ◦ green 191 ◦ blue 174

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

Shades of Melon #F6BFAE

Tints of Melon #F6BFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 40.26%
G = 31.26%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6BFAE (or 0xF6BFAE) is known color: Melon. HEX triplet: F6, BF and AE. RGB value is (246,191,174). Sum of RGB (Red+Green+Blue) = 246+191+174=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFAE is #094051. Grayscale: #CDCDCD. Windows color (decimal): -606290 or 11452406. OLE color: 11452406.

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

Color convert

RGB 246 191 174 -
CMYK 0 0.22 0.29 0.04
HSL 14.17º 0.8% 0.82% -
HSV(B) 14.17º 0.29% 0.96% -
XYZ 64.28 59.91 48.22 -
YUV 205.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 246 191 174 0 0.22 0.29 0.04 14.17 0.8 0.82
Hex F6 BF AE 0 16 1D 4 E 50 52
Octal 366 277 256 0 26 35 4 16 120 122
Binary 11110110 10111111 10101110 0 10110 11101 100 1110 1010000 1010010

Color Harmonies of #F6BFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFAE

Black with #F6BFAE

Text Example


Text Example

White with #F6BFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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