Html Css Color HEX #FEB4A7 Melon

📋 copy color: '#FEB4A7'

red 254 ◦ green 180 ◦ blue 167

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

Shades of Melon #FEB4A7

Tints of Melon #FEB4A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.79%

R = 42.26%
G = 29.95%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEB4A7 (or 0xFEB4A7) is known color: Melon. HEX triplet: FE, B4 and A7. RGB value is (254,180,167). Sum of RGB (Red+Green+Blue) = 254+180+167=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4A7 is #014B58. Grayscale: #C8C8C8. Windows color (decimal): -84825 or 10990846. OLE color: 10990846.

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

Color convert

RGB 254 180 167 -
CMYK 0 0.29 0.34 0.00
HSL 8.97º 0.98% 0.83% -
HSV(B) 8.97º 0.34% 1% -
XYZ 64.17 56.5 44.08 -
YUV 200.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 254 180 167 0 0.29 0.34 0.00 8.97 0.98 0.83
Hex FE B4 A7 0 1D 22 0 9 62 53
Octal 376 264 247 0 35 42 0 11 142 123
Binary 11111110 10110100 10100111 0 11101 100010 0 1001 1100010 1010011

Color Harmonies of #FEB4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4A7

Black with #FEB4A7

Text Example


Text Example

White with #FEB4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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