Html Css Color HEX #FEB5AC Melon

📋 copy color: '#FEB5AC'

red 254 ◦ green 181 ◦ blue 172

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

Shades of Melon #FEB5AC

Tints of Melon #FEB5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.82%

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 41.85%
G = 29.82%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEB5AC (or 0xFEB5AC) is known color: Melon. HEX triplet: FE, B5 and AC. RGB value is (254,181,172). Sum of RGB (Red+Green+Blue) = 254+181+172=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AC is #014A53. Grayscale: #C9C9C9. Windows color (decimal): -84564 or 11318782. OLE color: 11318782.

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

Color convert

RGB 254 181 172 -
CMYK 0 0.29 0.32 0.00
HSL 6.59º 0.98% 0.84% -
HSV(B) 6.59º 0.32% 1% -
XYZ 64.84 57.1 46.63 -
YUV 201.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 254 181 172 0 0.29 0.32 0.00 6.59 0.98 0.84
Hex FE B5 AC 0 1D 20 0 7 62 54
Octal 376 265 254 0 35 40 0 7 142 124
Binary 11111110 10110101 10101100 0 11101 100000 0 111 1100010 1010100

Color Harmonies of #FEB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5AC

Black with #FEB5AC

Text Example


Text Example

White with #FEB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5AC; }

 p { color: rgb(254,181,172); }

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

background-color css

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

 a { background-color: rgb(254,181,172); }

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

border-color css

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

 span { border-color: rgb(254,181,172); }

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