Html Css Color HEX #FEB9A7 Melon

📋 copy color: '#FEB9A7'

red 254 ◦ green 185 ◦ blue 167

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

Shades of Melon #FEB9A7

Tints of Melon #FEB9A7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

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

R = 41.91%
G = 30.53%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEB9A7 (or 0xFEB9A7) is known color: Melon. HEX triplet: FE, B9 and A7. RGB value is (254,185,167). Sum of RGB (Red+Green+Blue) = 254+185+167=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A7 is #014658. Grayscale: #CBCBCB. Windows color (decimal): -83545 or 10992126. OLE color: 10992126.

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

Color convert

RGB 254 185 167 -
CMYK 0 0.27 0.34 0.00
HSL 12.41º 0.98% 0.83% -
HSV(B) 12.41º 0.34% 1% -
XYZ 65.2 58.56 44.43 -
YUV 203.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 254 185 167 0 0.27 0.34 0.00 12.41 0.98 0.83
Hex FE B9 A7 0 1B 22 0 C 62 53
Octal 376 271 247 0 33 42 0 14 142 123
Binary 11111110 10111001 10100111 0 11011 100010 0 1100 1100010 1010011

Color Harmonies of #FEB9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9A7

Black with #FEB9A7

Text Example


Text Example

White with #FEB9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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