Html Css Color HEX #FEB4A5 Melon

📋 copy color: '#FEB4A5'

red 254 ◦ green 180 ◦ blue 165

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

Shades of Melon #FEB4A5

Tints of Melon #FEB4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.05%

 BLUE value IS 165 (64.84% from 255) = 27.55%

R = 42.4%
G = 30.05%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEB4A5 (or 0xFEB4A5) is known color: Melon. HEX triplet: FE, B4 and A5. RGB value is (254,180,165). Sum of RGB (Red+Green+Blue) = 254+180+165=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4A5 is #014B5A. Grayscale: #C8C8C8. Windows color (decimal): -84827 or 10859774. OLE color: 10859774.

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

Color convert

RGB 254 180 165 -
CMYK 0 0.29 0.35 0.00
HSL 10.11º 0.98% 0.82% -
HSV(B) 10.11º 0.35% 1% -
XYZ 63.99 56.43 43.12 -
YUV 200.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 254 180 165 0 0.29 0.35 0.00 10.11 0.98 0.82
Hex FE B4 A5 0 1D 23 0 A 62 52
Octal 376 264 245 0 35 43 0 12 142 122
Binary 11111110 10110100 10100101 0 11101 100011 0 1010 1100010 1010010

Color Harmonies of #FEB4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4A5

Black with #FEB4A5

Text Example


Text Example

White with #FEB4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4A5; }

 p { color: rgb(254,180,165); }

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

background-color css

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

 a { background-color: rgb(254,180,165); }

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

border-color css

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

 span { border-color: rgb(254,180,165); }

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