Html Css Color HEX #F5BCB2 Melon

📋 copy color: '#F5BCB2'

red 245 ◦ green 188 ◦ blue 178

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

Shades of Melon #F5BCB2

Tints of Melon #F5BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

 BLUE value IS 178 (69.92% from 255) = 29.13%

R = 40.1%
G = 30.77%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5BCB2 (or 0xF5BCB2) is known color: Melon. HEX triplet: F5, BC and B2. RGB value is (245,188,178). Sum of RGB (Red+Green+Blue) = 245+188+178=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCB2 is #0A434D. Grayscale: #CCCCCC. Windows color (decimal): -672590 or 11713781. OLE color: 11713781.

HSL color Cylindrical-coordinate representation of color #F5BCB2: hue angle of 8.96º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BCB2 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 178 -
CMYK 0 0.23 0.27 0.04
HSL 8.96º 0.77% 0.83% -
HSV(B) 8.96º 0.27% 0.96% -
XYZ 63.68 58.59 50.07 -
YUV 203.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 245 188 178 0 0.23 0.27 0.04 8.96 0.77 0.83
Hex F5 BC B2 0 17 1B 4 9 4D 53
Octal 365 274 262 0 27 33 4 11 115 123
Binary 11110101 10111100 10110010 0 10111 11011 100 1001 1001101 1010011

Color Harmonies of #F5BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCB2

Black with #F5BCB2

Text Example


Text Example

White with #F5BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCB2; }

 p { color: rgb(245,188,178); }

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

background-color css

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

 a { background-color: rgb(245,188,178); }

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

border-color css

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

 span { border-color: rgb(245,188,178); }

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