Html Css Color HEX #FEB9A6 Melon

📋 copy color: '#FEB9A6'

red 254 ◦ green 185 ◦ blue 166

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

Shades of Melon #FEB9A6

Tints of Melon #FEB9A6

RGB

 RED value IS 254 (99.61% from 255) = 41.98%

 GREEN value IS 185 (72.66% from 255) = 30.58%

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

R = 41.98%
G = 30.58%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEB9A6 (or 0xFEB9A6) is known color: Melon. HEX triplet: FE, B9 and A6. RGB value is (254,185,166). Sum of RGB (Red+Green+Blue) = 254+185+166=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A6 is #014659. Grayscale: #CBCBCB. Windows color (decimal): -83546 or 10926590. OLE color: 10926590.

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

Color convert

RGB 254 185 166 -
CMYK 0 0.27 0.35 0.00
HSL 12.95º 0.98% 0.82% -
HSV(B) 12.95º 0.35% 1% -
XYZ 65.1 58.52 43.94 -
YUV 203.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 254 185 166 0 0.27 0.35 0.00 12.95 0.98 0.82
Hex FE B9 A6 0 1B 23 0 D 62 52
Octal 376 271 246 0 33 43 0 15 142 122
Binary 11111110 10111001 10100110 0 11011 100011 0 1101 1100010 1010010

Color Harmonies of #FEB9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9A6

Black with #FEB9A6

Text Example


Text Example

White with #FEB9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9A6; }

 p { color: rgb(254,185,166); }

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

background-color css

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

 a { background-color: rgb(254,185,166); }

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

border-color css

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

 span { border-color: rgb(254,185,166); }

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