Html Css Color HEX #F5BBAF Melon

📋 copy color: '#F5BBAF'

red 245 ◦ green 187 ◦ blue 175

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

Shades of Melon #F5BBAF

Tints of Melon #F5BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.81%

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

R = 40.36%
G = 30.81%
B = 28.83%

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

#F5BBAF (or 0xF5BBAF) is known color: Melon. HEX triplet: F5, BB and AF. RGB value is (245,187,175). Sum of RGB (Red+Green+Blue) = 245+187+175=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBAF is #0A4450. Grayscale: #CBCBCB. Windows color (decimal): -672849 or 11516917. OLE color: 11516917.

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

Color convert

RGB 245 187 175 -
CMYK 0 0.24 0.29 0.04
HSL 10.29º 0.78% 0.82% -
HSV(B) 10.29º 0.29% 0.96% -
XYZ 63.16 58.05 48.43 -
YUV 202.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 245 187 175 0 0.24 0.29 0.04 10.29 0.78 0.82
Hex F5 BB AF 0 18 1D 4 A 4E 52
Octal 365 273 257 0 30 35 4 12 116 122
Binary 11110101 10111011 10101111 0 11000 11101 100 1010 1001110 1010010

Color Harmonies of #F5BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBAF

Black with #F5BBAF

Text Example


Text Example

White with #F5BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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