Html Css Color HEX #FEB9AF Melon

📋 copy color: '#FEB9AF'

red 254 ◦ green 185 ◦ blue 175

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

Shades of Melon #FEB9AF

Tints of Melon #FEB9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.5%

R = 41.37%
G = 30.13%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEB9AF (or 0xFEB9AF) is known color: Melon. HEX triplet: FE, B9 and AF. RGB value is (254,185,175). Sum of RGB (Red+Green+Blue) = 254+185+175=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9AF is #014650. Grayscale: #CCCCCC. Windows color (decimal): -83537 or 11516414. OLE color: 11516414.

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

Color convert

RGB 254 185 175 -
CMYK 0 0.27 0.31 0.00
HSL 7.59º 0.98% 0.84% -
HSV(B) 7.59º 0.31% 1% -
XYZ 65.96 58.86 48.44 -
YUV 204.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 254 185 175 0 0.27 0.31 0.00 7.59 0.98 0.84
Hex FE B9 AF 0 1B 1F 0 8 62 54
Octal 376 271 257 0 33 37 0 10 142 124
Binary 11111110 10111001 10101111 0 11011 11111 0 1000 1100010 1010100

Color Harmonies of #FEB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9AF

Black with #FEB9AF

Text Example


Text Example

White with #FEB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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