Html Css Color HEX #FEB7A6 Melon

📋 copy color: '#FEB7A6'

red 254 ◦ green 183 ◦ blue 166

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

Shades of Melon #FEB7A6

Tints of Melon #FEB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.35%

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

R = 42.12%
G = 30.35%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEB7A6 (or 0xFEB7A6) is known color: Melon. HEX triplet: FE, B7 and A6. RGB value is (254,183,166). Sum of RGB (Red+Green+Blue) = 254+183+166=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7A6 is #014859. Grayscale: #CACACA. Windows color (decimal): -84058 or 10926078. OLE color: 10926078.

HSL color Cylindrical-coordinate representation of color #FEB7A6: hue angle of 11.59º 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 #FEB7A6 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 166 -
CMYK 0 0.28 0.35 0.00
HSL 11.59º 0.98% 0.82% -
HSV(B) 11.59º 0.35% 1% -
XYZ 64.69 57.69 43.8 -
YUV 202.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 254 183 166 0 0.28 0.35 0.00 11.59 0.98 0.82
Hex FE B7 A6 0 1C 23 0 C 62 52
Octal 376 267 246 0 34 43 0 14 142 122
Binary 11111110 10110111 10100110 0 11100 100011 0 1100 1100010 1010010

Color Harmonies of #FEB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7A6

Black with #FEB7A6

Text Example


Text Example

White with #FEB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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