Html Css Color HEX #F3BCAE Melon

📋 copy color: '#F3BCAE'

red 243 ◦ green 188 ◦ blue 174

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

Shades of Melon #F3BCAE

Tints of Melon #F3BCAE

RGB

 RED value IS 243 (95.31% from 255) = 40.17%

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

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 40.17%
G = 31.07%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3BCAE (or 0xF3BCAE) is known color: Melon. HEX triplet: F3, BC and AE. RGB value is (243,188,174). Sum of RGB (Red+Green+Blue) = 243+188+174=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BCAE is #0C4351. Grayscale: #CACACA. Windows color (decimal): -803666 or 11451635. OLE color: 11451635.

HSL color Cylindrical-coordinate representation of color #F3BCAE: hue angle of 12.17º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3BCAE is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 174 -
CMYK 0 0.23 0.28 0.05
HSL 12.17º 0.74% 0.82% -
HSV(B) 12.17º 0.28% 0.95% -
XYZ 62.59 58.08 47.96 -
YUV 202.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 243 188 174 0 0.23 0.28 0.05 12.17 0.74 0.82
Hex F3 BC AE 0 17 1C 5 C 4A 52
Octal 363 274 256 0 27 34 5 14 112 122
Binary 11110011 10111100 10101110 0 10111 11100 101 1100 1001010 1010010

Color Harmonies of #F3BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCAE

Black with #F3BCAE

Text Example


Text Example

White with #F3BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCAE; }

 p { color: rgb(243,188,174); }

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

background-color css

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

 a { background-color: rgb(243,188,174); }

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

border-color css

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

 span { border-color: rgb(243,188,174); }

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