Html Css Color HEX #F5B9AF Melon

📋 copy color: '#F5B9AF'

red 245 ◦ green 185 ◦ blue 175

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

Shades of Melon #F5B9AF

Tints of Melon #F5B9AF

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

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

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

R = 40.5%
G = 30.58%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5B9AF (or 0xF5B9AF) is known color: Melon. HEX triplet: F5, B9 and AF. RGB value is (245,185,175). Sum of RGB (Red+Green+Blue) = 245+185+175=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B9AF is #0A4650. Grayscale: #C9C9C9. Windows color (decimal): -673361 or 11516405. OLE color: 11516405.

HSL color Cylindrical-coordinate representation of color #F5B9AF: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5B9AF is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 185 175 -
CMYK 0 0.24 0.29 0.04
HSL 8.57º 0.78% 0.82% -
HSV(B) 8.57º 0.29% 0.96% -
XYZ 62.74 57.21 48.29 -
YUV 201.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 245 185 175 0 0.24 0.29 0.04 8.57 0.78 0.82
Hex F5 B9 AF 0 18 1D 4 9 4E 52
Octal 365 271 257 0 30 35 4 11 116 122
Binary 11110101 10111001 10101111 0 11000 11101 100 1001 1001110 1010010

Color Harmonies of #F5B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B9AF

Black with #F5B9AF

Text Example


Text Example

White with #F5B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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