Html Css Color HEX #F5B8AF Melon

📋 copy color: '#F5B8AF'

red 245 ◦ green 184 ◦ blue 175

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

Shades of Melon #F5B8AF

Tints of Melon #F5B8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.46%

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

R = 40.56%
G = 30.46%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5B8AF (or 0xF5B8AF) is known color: Melon. HEX triplet: F5, B8 and AF. RGB value is (245,184,175). Sum of RGB (Red+Green+Blue) = 245+184+175=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B8AF is #0A4750. Grayscale: #C9C9C9. Windows color (decimal): -673617 or 11516149. OLE color: 11516149.

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

Color convert

RGB 245 184 175 -
CMYK 0 0.25 0.29 0.04
HSL 7.71º 0.78% 0.82% -
HSV(B) 7.71º 0.29% 0.96% -
XYZ 62.53 56.79 48.22 -
YUV 201.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 245 184 175 0 0.25 0.29 0.04 7.71 0.78 0.82
Hex F5 B8 AF 0 19 1D 4 8 4E 52
Octal 365 270 257 0 31 35 4 10 116 122
Binary 11110101 10111000 10101111 0 11001 11101 100 1000 1001110 1010010

Color Harmonies of #F5B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B8AF

Black with #F5B8AF

Text Example


Text Example

White with #F5B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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