Html Css Color HEX #FFBEA6 Melon

📋 copy color: '#FFBEA6'

red 255 ◦ green 190 ◦ blue 166

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

Shades of Melon #FFBEA6

Tints of Melon #FFBEA6

RGB

 RED value IS 255 (100% from 255) = 41.73%

 GREEN value IS 190 (74.61% from 255) = 31.1%

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

R = 41.73%
G = 31.1%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFBEA6 (or 0xFFBEA6) is known color: Melon. HEX triplet: FF, BE and A6. RGB value is (255,190,166). Sum of RGB (Red+Green+Blue) = 255+190+166=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBEA6 is #004159. Grayscale: #CECECE. Windows color (decimal): -16730 or 10927871. OLE color: 10927871.

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

Color convert

RGB 255 190 166 -
CMYK 0 0.25 0.35 0
HSL 16.18º 1% 0.83% -
HSV(B) 16.18º 0.35% 1% -
XYZ 66.54 60.84 44.31 -
YUV 206.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 255 190 166 0 0.25 0.35 0 16.18 1 0.83
Hex FF BE A6 0 19 23 0 10 64 53
Octal 377 276 246 0 31 43 0 20 144 123
Binary 11111111 10111110 10100110 0 11001 100011 0 10000 1100100 1010011

Color Harmonies of #FFBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEA6

Black with #FFBEA6

Text Example


Text Example

White with #FFBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEA6; }

 p { color: rgb(255,190,166); }

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

background-color css

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

 a { background-color: rgb(255,190,166); }

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

border-color css

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

 span { border-color: rgb(255,190,166); }

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