Html Css Color HEX #F5BDAB Melon

📋 copy color: '#F5BDAB'

red 245 ◦ green 189 ◦ blue 171

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

Shades of Melon #F5BDAB

Tints of Melon #F5BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 40.5%
G = 31.24%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5BDAB (or 0xF5BDAB) is known color: Melon. HEX triplet: F5, BD and AB. RGB value is (245,189,171). Sum of RGB (Red+Green+Blue) = 245+189+171=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BDAB is #0A4254. Grayscale: #CBCBCB. Windows color (decimal): -672341 or 11255285. OLE color: 11255285.

HSL color Cylindrical-coordinate representation of color #F5BDAB: hue angle of 14.59º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5BDAB is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 189 171 -
CMYK 0 0.23 0.30 0.04
HSL 14.59º 0.79% 0.82% -
HSV(B) 14.59º 0.3% 0.96% -
XYZ 63.2 58.75 46.54 -
YUV 203.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 245 189 171 0 0.23 0.30 0.04 14.59 0.79 0.82
Hex F5 BD AB 0 17 1E 4 F 4F 52
Octal 365 275 253 0 27 36 4 17 117 122
Binary 11110101 10111101 10101011 0 10111 11110 100 1111 1001111 1010010

Color Harmonies of #F5BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDAB

Black with #F5BDAB

Text Example


Text Example

White with #F5BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDAB; }

 p { color: rgb(245,189,171); }

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

background-color css

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

 a { background-color: rgb(245,189,171); }

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

border-color css

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

 span { border-color: rgb(245,189,171); }

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