Html Css Color HEX #FEB6AD Melon

📋 copy color: '#FEB6AD'

red 254 ◦ green 182 ◦ blue 173

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

Shades of Melon #FEB6AD

Tints of Melon #FEB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.89%

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 41.71%
G = 29.89%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEB6AD (or 0xFEB6AD) is known color: Melon. HEX triplet: FE, B6 and AD. RGB value is (254,182,173). Sum of RGB (Red+Green+Blue) = 254+182+173=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AD is #014952. Grayscale: #CACACA. Windows color (decimal): -84307 or 11384574. OLE color: 11384574.

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

Color convert

RGB 254 182 173 -
CMYK 0 0.28 0.32 0.00
HSL 6.67º 0.98% 0.84% -
HSV(B) 6.67º 0.32% 1% -
XYZ 65.14 57.54 47.21 -
YUV 202.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 254 182 173 0 0.28 0.32 0.00 6.67 0.98 0.84
Hex FE B6 AD 0 1C 20 0 7 62 54
Octal 376 266 255 0 34 40 0 7 142 124
Binary 11111110 10110110 10101101 0 11100 100000 0 111 1100010 1010100

Color Harmonies of #FEB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6AD

Black with #FEB6AD

Text Example


Text Example

White with #FEB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6AD; }

 p { color: rgb(254,182,173); }

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

background-color css

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

 a { background-color: rgb(254,182,173); }

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

border-color css

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

 span { border-color: rgb(254,182,173); }

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